Html Css Color HEX #0324BB International Klein Blue

📋 copy color: '#0324BB'

red 3 ◦ green 36 ◦ blue 187

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

Shades of International Klein Blue #0324BB

Tints of International Klein Blue #0324BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 1.33%
G = 15.93%
B = 82.74%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0324BB (or 0x0324BB) is known color: International Klein Blue. HEX triplet: 03, 24 and BB. RGB value is (3,36,187). Sum of RGB (Red+Green+Blue) = 3+36+187=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #0324BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0324BB is #FCDB44. Grayscale: #2A2A2A. Windows color (decimal): -16571205 or 12264451. OLE color: 12264451.

HSL color Cylindrical-coordinate representation of color #0324BB: hue angle of 229.24º 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 #0324BB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 36 187 -
CMYK 0.98 0.81 0 0.27
HSL 229.24º 0.97% 0.37% -
HSV(B) 229.24º 0.98% 0.73% -
XYZ 9.64 4.87 47.45 -
YUV 43.35 209.07 99.22 -
System Red Green Blue C M Y K H S L
Decimal 3 36 187 0.98 0.81 0 0.27 229.24 0.97 0.37
Hex 3 24 BB 62 51 0 1B E5 61 25
Octal 3 44 273 142 121 0 33 345 141 45
Binary 11 100100 10111011 1100010 1010001 0 11011 11100101 1100001 100101

Color Harmonies of #0324BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0324BB

Black with #0324BB

Text Example


Text Example

White with #0324BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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