Html Css Color HEX #0332BC International Klein Blue

📋 copy color: '#0332BC'

red 3 ◦ green 50 ◦ blue 188

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

Shades of International Klein Blue #0332BC

Tints of International Klein Blue #0332BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 1.24%
G = 20.75%
B = 78.01%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0332BC (or 0x0332BC) is known color: International Klein Blue. HEX triplet: 03, 32 and BC. RGB value is (3,50,188). Sum of RGB (Red+Green+Blue) = 3+50+188=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #0332BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0332BC is #FCCD43. Grayscale: #333333. Windows color (decimal): -16567620 or 12333571. OLE color: 12333571.

HSL color Cylindrical-coordinate representation of color #0332BC: hue angle of 224.76º 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 #0332BC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 50 188 -
CMYK 0.98 0.73 0 0.26
HSL 224.76º 0.97% 0.37% -
HSV(B) 224.76º 0.98% 0.74% -
XYZ 10.26 5.93 48.18 -
YUV 51.68 204.93 93.28 -
System Red Green Blue C M Y K H S L
Decimal 3 50 188 0.98 0.73 0 0.26 224.76 0.97 0.37
Hex 3 32 BC 62 49 0 1A E1 61 25
Octal 3 62 274 142 111 0 32 341 141 45
Binary 11 110010 10111100 1100010 1001001 0 11010 11100001 1100001 100101

Color Harmonies of #0332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0332BC

Black with #0332BC

Text Example


Text Example

White with #0332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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