#0336BE

Color #0336BE International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0336BE

Tints of International Klein Blue #0336BE

Color information

#0336BE (or 0x0336BE) is unknown color: approx 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

RGB354190-
CMYK0.980.7200.25
HSL223.64º96.89%37.84%-
HSV(B)223.64º98.42%74.51%-
XYZ10.656.3849.38-
YUV54.26204.691.44-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3541900.980.7200.25223.6496.8937.84
Hex336BE6248019e06126
Octal36627614211003134014146
Binary111101101011111011000101001000011001111000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0336BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>