Html Css Color HEX #0320BE International Klein Blue

📋 copy color: '#0320BE'

red 3 ◦ green 32 ◦ blue 190

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

Shades of International Klein Blue #0320BE

Tints of International Klein Blue #0320BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 84.44%

R = 1.33%
G = 14.22%
B = 84.44%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0320BE (or 0x0320BE) is known color: International Klein Blue. HEX triplet: 03, 20 and BE. RGB value is (3,32,190). Sum of RGB (Red+Green+Blue) = 3+32+190=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #0320BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320BE is #FCDF41. Grayscale: #282828. Windows color (decimal): -16572226 or 12460035. OLE color: 12460035.

HSL color Cylindrical-coordinate representation of color #0320BE: hue angle of 230.7º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0320BE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 32 190 -
CMYK 0.98 0.83 0 0.25
HSL 230.7º 0.97% 0.38% -
HSV(B) 230.7º 0.98% 0.75% -
XYZ 9.85 4.77 49.12 -
YUV 41.34 211.89 100.65 -
System Red Green Blue C M Y K H S L
Decimal 3 32 190 0.98 0.83 0 0.25 230.7 0.97 0.38
Hex 3 20 BE 62 53 0 19 E7 61 26
Octal 3 40 276 142 123 0 31 347 141 46
Binary 11 100000 10111110 1100010 1010011 0 11001 11100111 1100001 100110

Color Harmonies of #0320BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0320BE

Black with #0320BE

Text Example


Text Example

White with #0320BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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