#0325BA

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

Shades of International Klein Blue #0325BA

Tints of International Klein Blue #0325BA

Color information

#0325BA (or 0x0325BA) is unknown color: approx International Klein Blue. HEX triplet: 03, 25 and BA. RGB value is (3,37,186). Sum of RGB (Red+Green+Blue) = 3+37+186=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0325BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325BA is #FCDA45. Grayscale: #2B2B2B. Windows color (decimal): -16570950 or 12199171. OLE color: 12199171.

HSL color Cylindrical-coordinate representation of color #0325BA: hue angle of 228.85º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0325BA is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB337186-
CMYK0.980.8000.27
HSL228.85º96.83%37.06%-
HSV(B)228.85º98.39%72.94%-
XYZ9.564.8946.89-
YUV43.82208.2498.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 186 (73.05% from 255) = 82.30%
R=1.33%
G=16.37%
B=82.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3371860.980.8000.27228.8596.8337.06
Hex325BA625001Be56125
Octal34527214212003334514145
Binary111001011011101011000101010000011011111001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0325BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0325BA; }

 p { color: rgb(3,37,186); }

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

<style>
 a { background-color: #0325BA; }

 a { background-color: rgb(3,37,186); }

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

<style>
 span { border-color: #0325BA; }

 span { border-color: rgb(3,37,186); }

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