#0317B0

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

Shades of International Klein Blue #0317B0

Tints of International Klein Blue #0317B0

Color information

#0317B0 (or 0x0317B0) is unknown color: approx International Klein Blue. HEX triplet: 03, 17 and B0. RGB value is (3,23,176). Sum of RGB (Red+Green+Blue) = 3+23+176=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 176 (69.14% from 255 or 87.13% from 202); Max value from RGB is 176 - color contains mainly: blue. Hex color #0317B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0317B0 is #FCE84F. Grayscale: #212121. Windows color (decimal): -16574544 or 11540227. OLE color: 11540227.

HSL color Cylindrical-coordinate representation of color #0317B0: hue angle of 233.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0317B0 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB323176-
CMYK0.980.8700.31
HSL233.06º96.65%35.1%-
HSV(B)233.06º98.3%69.02%-
XYZ8.183.7741.37-
YUV34.46207.87105.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 176 (69.14% from 255) = 87.13%
R=1.49%
G=11.39%
B=87.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3231760.980.8700.31233.0696.6535.1
Hex317B0625701Fe96123
Octal32726014212703735114143
Binary11101111011000011000101010111011111111010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0317B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0317B0; }

 p { color: rgb(3,23,176); }

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

<style>
 a { background-color: #0317B0; }

 a { background-color: rgb(3,23,176); }

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

<style>
 span { border-color: #0317B0; }

 span { border-color: rgb(3,23,176); }

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