Html Css Color HEX #0339BC International Klein Blue

📋 copy color: '#0339BC'

red 3 ◦ green 57 ◦ blue 188

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

Shades of International Klein Blue #0339BC

Tints of International Klein Blue #0339BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 1.21%
G = 22.98%
B = 75.81%

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

#0339BC (or 0x0339BC) is known color: International Klein Blue. HEX triplet: 03, 39 and BC. RGB value is (3,57,188). Sum of RGB (Red+Green+Blue) = 3+57+188=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #0339BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0339BC is #FCC643. Grayscale: #373737. Windows color (decimal): -16565828 or 12335363. OLE color: 12335363.

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

Color convert

RGB 3 57 188 -
CMYK 0.98 0.70 0 0.26
HSL 222.49º 0.97% 0.37% -
HSV(B) 222.49º 0.98% 0.74% -
XYZ 10.58 6.58 48.29 -
YUV 55.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 3 57 188 0.98 0.70 0 0.26 222.49 0.97 0.37
Hex 3 39 BC 62 46 0 1A DE 61 25
Octal 3 71 274 142 106 0 32 336 141 45
Binary 11 111001 10111100 1100010 1000110 0 11010 11011110 1100001 100101

Color Harmonies of #0339BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0339BC

Black with #0339BC

Text Example


Text Example

White with #0339BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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