Html Css Color HEX #0335BC International Klein Blue

📋 copy color: '#0335BC'

red 3 ◦ green 53 ◦ blue 188

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

Shades of International Klein Blue #0335BC

Tints of International Klein Blue #0335BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 1.23%
G = 21.72%
B = 77.05%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0335BC (or 0x0335BC) is known color: International Klein Blue. HEX triplet: 03, 35 and BC. RGB value is (3,53,188). Sum of RGB (Red+Green+Blue) = 3+53+188=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0335BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335BC is #FCCA43. Grayscale: #343434. Windows color (decimal): -16566852 or 12334339. OLE color: 12334339.

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

Color convert

RGB 3 53 188 -
CMYK 0.98 0.72 0 0.26
HSL 223.78º 0.97% 0.37% -
HSV(B) 223.78º 0.98% 0.74% -
XYZ 10.39 6.2 48.23 -
YUV 53.44 203.94 92.02 -
System Red Green Blue C M Y K H S L
Decimal 3 53 188 0.98 0.72 0 0.26 223.78 0.97 0.37
Hex 3 35 BC 62 48 0 1A E0 61 25
Octal 3 65 274 142 110 0 32 340 141 45
Binary 11 110101 10111100 1100010 1001000 0 11010 11100000 1100001 100101

Color Harmonies of #0335BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335BC

Black with #0335BC

Text Example


Text Example

White with #0335BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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