Html Css Color HEX #0339AC International Klein Blue

📋 copy color: '#0339AC'

red 3 ◦ green 57 ◦ blue 172

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

Shades of International Klein Blue #0339AC

Tints of International Klein Blue #0339AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 74.14%

R = 1.29%
G = 24.57%
B = 74.14%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0339AC (or 0x0339AC) is known color: International Klein Blue. HEX triplet: 03, 39 and AC. RGB value is (3,57,172). Sum of RGB (Red+Green+Blue) = 3+57+172=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #0339AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0339AC is #FCC653. Grayscale: #353535. Windows color (decimal): -16565844 or 11286787. OLE color: 11286787.

HSL color Cylindrical-coordinate representation of color #0339AC: hue angle of 220.83º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0339AC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 57 172 -
CMYK 0.98 0.67 0 0.33
HSL 220.83º 0.97% 0.34% -
HSV(B) 220.83º 0.98% 0.67% -
XYZ 8.95 5.92 39.7 -
YUV 53.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 3 57 172 0.98 0.67 0 0.33 220.83 0.97 0.34
Hex 3 39 AC 62 43 0 21 DD 61 22
Octal 3 71 254 142 103 0 41 335 141 42
Binary 11 111001 10101100 1100010 1000011 0 100001 11011101 1100001 100010

Color Harmonies of #0339AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0339AC

Black with #0339AC

Text Example


Text Example

White with #0339AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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