#0324C1

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

Shades of International Klein Blue #0324C1

Tints of International Klein Blue #0324C1

Color information

#0324C1 (or 0x0324C1) is unknown color: approx International Klein Blue. HEX triplet: 03, 24 and C1. RGB value is (3,36,193). Sum of RGB (Red+Green+Blue) = 3+36+193=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #0324C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0324C1 is #FCDB3E. Grayscale: #2B2B2B. Windows color (decimal): -16571199 or 12657667. OLE color: 12657667.

HSL color Cylindrical-coordinate representation of color #0324C1: hue angle of 229.58º 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 #0324C1 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB336193-
CMYK0.980.8100.24
HSL229.58º96.94%38.43%-
HSV(B)229.58º98.45%75.69%-
XYZ10.295.1350.9-
YUV44.03212.0798.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 193 (75.78% from 255) = 83.19%
R=1.29%
G=15.52%
B=83.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3361930.980.8100.24229.5896.9438.43
Hex324C16251018e66126
Octal34430114212103034614146
Binary111001001100000111000101010001011000111001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0324C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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