Html Css Color HEX #0320BC International Klein Blue

📋 copy color: '#0320BC'

red 3 ◦ green 32 ◦ blue 188

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

Shades of International Klein Blue #0320BC

Tints of International Klein Blue #0320BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

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

R = 1.35%
G = 14.35%
B = 84.3%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0320BC (or 0x0320BC) is known color: International Klein Blue. HEX triplet: 03, 20 and BC. RGB value is (3,32,188). Sum of RGB (Red+Green+Blue) = 3+32+188=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #0320BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320BC is #FCDF43. Grayscale: #282828. Windows color (decimal): -16572228 or 12328963. OLE color: 12328963.

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

Color convert

RGB 3 32 188 -
CMYK 0.98 0.83 0 0.26
HSL 230.59º 0.97% 0.37% -
HSV(B) 230.59º 0.98% 0.74% -
XYZ 9.63 4.68 47.97 -
YUV 41.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 3 32 188 0.98 0.83 0 0.26 230.59 0.97 0.37
Hex 3 20 BC 62 53 0 1A E7 61 25
Octal 3 40 274 142 123 0 32 347 141 45
Binary 11 100000 10111100 1100010 1010011 0 11010 11100111 1100001 100101

Color Harmonies of #0320BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0320BC

Black with #0320BC

Text Example


Text Example

White with #0320BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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