Html Css Color HEX #0336BE International Klein Blue

📋 copy color: '#0336BE'

red 3 ◦ green 54 ◦ blue 190

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

Shades of International Klein Blue #0336BE

Tints of International Klein Blue #0336BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 190 (74.61% from 255) = 76.92%

R = 1.21%
G = 21.86%
B = 76.92%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0336BE (or 0x0336BE) is known color: International Klein Blue. HEX triplet: 03, 36 and BE. RGB value is (3,54,190). Sum of RGB (Red+Green+Blue) = 3+54+190=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #0336BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0336BE is #FCC941. Grayscale: #353535. Windows color (decimal): -16566594 or 12465667. OLE color: 12465667.

HSL color Cylindrical-coordinate representation of color #0336BE: hue angle of 223.64º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0336BE is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 54 190 -
CMYK 0.98 0.72 0 0.25
HSL 223.64º 0.97% 0.38% -
HSV(B) 223.64º 0.98% 0.75% -
XYZ 10.65 6.38 49.38 -
YUV 54.26 204.6 91.44 -
System Red Green Blue C M Y K H S L
Decimal 3 54 190 0.98 0.72 0 0.25 223.64 0.97 0.38
Hex 3 36 BE 62 48 0 19 E0 61 26
Octal 3 66 276 142 110 0 31 340 141 46
Binary 11 110110 10111110 1100010 1001000 0 11001 11100000 1100001 100110

Color Harmonies of #0336BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0336BE

Black with #0336BE

Text Example


Text Example

White with #0336BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0336BE; }

 p { color: rgb(3,54,190); }

 H1.HeaderClassName
 {
   color: #0336BE;
 }
 .AnyTagClassName
 {
   color: #0336BE;
 }
</style>

background-color css

<style>
 a { background-color: #0336BE; }

 a { background-color: rgb(3,54,190); }

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

border-color css

<style>
 span { border-color: #0336BE; }

 span { border-color: rgb(3,54,190); }

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