#0038BF

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

Shades of International Klein Blue #0038BF

Tints of International Klein Blue #0038BF

Color information

#0038BF (or 0x0038BF) is unknown color: approx International Klein Blue. HEX triplet: 00, 38 and BF. RGB value is (0,56,191). Sum of RGB (Red+Green+Blue) = 0+56+191=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #0038BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038BF is #FFC740. Grayscale: #363636. Windows color (decimal): -16762689 or 12531712. OLE color: 12531712.

HSL color Cylindrical-coordinate representation of color #0038BF: hue angle of 222.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038BF is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB056191-
CMYK10.7100.25
HSL222.41º100%37.45%-
HSV(B)222.41º100%74.9%-
XYZ10.826.5949.99-
YUV54.65204.9589.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 191 (75% from 255) = 77.33%
R=0%
G=22.67%
B=77.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal05619110.7100.25222.4110037.45
Hex038BF6447019de6425
Octal07027714410703133614445
Binary01110001011111111001001000111011001110111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0038BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0038BF; }

 p { color: rgb(0,56,191); }

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

<style>
 a { background-color: #0038BF; }

 a { background-color: rgb(0,56,191); }

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

<style>
 span { border-color: #0038BF; }

 span { border-color: rgb(0,56,191); }

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