Html Css Color HEX #0323BD International Klein Blue

📋 copy color: '#0323BD'

red 3 ◦ green 35 ◦ blue 189

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

Shades of International Klein Blue #0323BD

Tints of International Klein Blue #0323BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 189 (74.22% from 255) = 83.26%

R = 1.32%
G = 15.42%
B = 83.26%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0323BD (or 0x0323BD) is known color: International Klein Blue. HEX triplet: 03, 23 and BD. RGB value is (3,35,189). Sum of RGB (Red+Green+Blue) = 3+35+189=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #0323BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0323BD is #FCDC42. Grayscale: #2A2A2A. Windows color (decimal): -16571459 or 12395267. OLE color: 12395267.

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

Color convert

RGB 3 35 189 -
CMYK 0.98 0.81 0 0.26
HSL 229.68º 0.97% 0.38% -
HSV(B) 229.68º 0.98% 0.74% -
XYZ 9.82 4.9 48.57 -
YUV 42.99 210.4 99.48 -
System Red Green Blue C M Y K H S L
Decimal 3 35 189 0.98 0.81 0 0.26 229.68 0.97 0.38
Hex 3 23 BD 62 51 0 1A E6 61 26
Octal 3 43 275 142 121 0 32 346 141 46
Binary 11 100011 10111101 1100010 1010001 0 11010 11100110 1100001 100110

Color Harmonies of #0323BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0323BD

Black with #0323BD

Text Example


Text Example

White with #0323BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0323BD; }

 p { color: rgb(3,35,189); }

 H1.HeaderClassName
 {
   color: #0323BD;
 }
 .AnyTagClassName
 {
   color: #0323BD;
 }
</style>

background-color css

<style>
 a { background-color: #0323BD; }

 a { background-color: rgb(3,35,189); }

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

border-color css

<style>
 span { border-color: #0323BD; }

 span { border-color: rgb(3,35,189); }

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