#0335C1

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

Shades of International Klein Blue #0335C1

Tints of International Klein Blue #0335C1

Color information

#0335C1 (or 0x0335C1) is unknown color: approx International Klein Blue. HEX triplet: 03, 35 and C1. RGB value is (3,53,193). Sum of RGB (Red+Green+Blue) = 3+53+193=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #0335C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335C1 is #FCCA3E. Grayscale: #353535. Windows color (decimal): -16566847 or 12662019. OLE color: 12662019.

HSL color Cylindrical-coordinate representation of color #0335C1: hue angle of 224.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0335C1 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB353193-
CMYK0.980.7300.24
HSL224.21º96.94%38.43%-
HSV(B)224.21º98.45%75.69%-
XYZ10.946.4251.11-
YUV54.01206.4491.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 193 (75.78% from 255) = 77.51%
R=1.20%
G=21.29%
B=77.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3531930.980.7300.24224.2196.9438.43
Hex335C16249018e06126
Octal36530114211103034014146
Binary111101011100000111000101001001011000111000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0335C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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