Html Css Color HEX #0335BB International Klein Blue

📋 copy color: '#0335BB'

red 3 ◦ green 53 ◦ blue 187

#0335BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0335BB

Tints of International Klein Blue #0335BB

RGB

 RED value IS 3 (1.56% from 255) = 1.23%

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 187 (73.44% from 255) = 76.95%

R = 1.23%
G = 21.81%
B = 76.95%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0335BB (or 0x0335BB) is known color: International Klein Blue. HEX triplet: 03, 35 and BB. RGB value is (3,53,187). Sum of RGB (Red+Green+Blue) = 3+53+187=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #0335BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335BB is #FCCA44. Grayscale: #343434. Windows color (decimal): -16566853 or 12268803. OLE color: 12268803.

HSL color Cylindrical-coordinate representation of color #0335BB: hue angle of 223.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0335BB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 53 187 -
CMYK 0.98 0.72 0 0.27
HSL 223.7º 0.97% 0.37% -
HSV(B) 223.7º 0.98% 0.73% -
XYZ 10.28 6.15 47.66 -
YUV 53.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 3 53 187 0.98 0.72 0 0.27 223.7 0.97 0.37
Hex 3 35 BB 62 48 0 1B E0 61 25
Octal 3 65 273 142 110 0 33 340 141 45
Binary 11 110101 10111011 1100010 1001000 0 11011 11100000 1100001 100101

Color Harmonies of #0335BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335BB

Black with #0335BB

Text Example


Text Example

White with #0335BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0335BB; }

 p { color: rgb(3,53,187); }

 H1.HeaderClassName
 {
   color: #0335BB;
 }
 .AnyTagClassName
 {
   color: #0335BB;
 }
</style>

background-color css

<style>
 a { background-color: #0335BB; }

 a { background-color: rgb(3,53,187); }

 div.DivClassName
 {
   background-color: #0335BB;
 }
 .BgClassName
 {
   background-color: #0335BB;
 }
</style>

border-color css

<style>
 span { border-color: #0335BB; }

 span { border-color: rgb(3,53,187); }

 td.TdClassName
 {
   border-color: #0335BB;
 }
 .TagClassName
 {
   border-color: #0335BB;
 }
</style>