#0335AC

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

Shades of International Klein Blue #0335AC

Tints of International Klein Blue #0335AC

Color information

#0335AC (or 0x0335AC) is unknown color: approx International Klein Blue. HEX triplet: 03, 35 and AC. RGB value is (3,53,172). Sum of RGB (Red+Green+Blue) = 3+53+172=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #0335AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0335AC is #FCCA53. Grayscale: #333333. Windows color (decimal): -16566868 or 11285763. OLE color: 11285763.

HSL color Cylindrical-coordinate representation of color #0335AC: hue angle of 222.25º 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 #0335AC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB353172-
CMYK0.980.6900.33
HSL222.25º96.57%34.31%-
HSV(B)222.25º98.26%67.45%-
XYZ8.765.5439.64-
YUV51.62195.9493.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 172 (67.58% from 255) = 75.44%
R=1.32%
G=23.25%
B=75.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3531720.980.6900.33222.2596.5734.31
Hex335AC6245021de6122
Octal36525414210504133614142
Binary1111010110101100110001010001010100001110111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0335AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0335AC;
 }
 .AnyTagClassName
 {
   color: #0335AC;
 }
</style>
background-color css

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

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

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

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

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

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