Html Css Color HEX #0339BD International Klein Blue

📋 copy color: '#0339BD'

red 3 ◦ green 57 ◦ blue 189

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

Shades of International Klein Blue #0339BD

Tints of International Klein Blue #0339BD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 1.2%
G = 22.89%
B = 75.9%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0339BD (or 0x0339BD) is known color: International Klein Blue. HEX triplet: 03, 39 and BD. RGB value is (3,57,189). Sum of RGB (Red+Green+Blue) = 3+57+189=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #0339BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0339BD is #FCC642. Grayscale: #373737. Windows color (decimal): -16565827 or 12400899. OLE color: 12400899.

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

Color convert

RGB 3 57 189 -
CMYK 0.98 0.70 0 0.26
HSL 222.58º 0.97% 0.38% -
HSV(B) 222.58º 0.98% 0.74% -
XYZ 10.69 6.62 48.86 -
YUV 55.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 3 57 189 0.98 0.70 0 0.26 222.58 0.97 0.38
Hex 3 39 BD 62 46 0 1A DF 61 26
Octal 3 71 275 142 106 0 32 337 141 46
Binary 11 111001 10111101 1100010 1000110 0 11010 11011111 1100001 100110

Color Harmonies of #0339BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0339BD

Black with #0339BD

Text Example


Text Example

White with #0339BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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