#0438B3

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

Shades of International Klein Blue #0438B3

Tints of International Klein Blue #0438B3

Color information

#0438B3 (or 0x0438B3) is unknown color: approx International Klein Blue. HEX triplet: 04, 38 and B3. RGB value is (4,56,179). Sum of RGB (Red+Green+Blue) = 4+56+179=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #0438B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0438B3 is #FBC74C. Grayscale: #353535. Windows color (decimal): -16500557 or 11745284. OLE color: 11745284.

HSL color Cylindrical-coordinate representation of color #0438B3: hue angle of 222.17º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0438B3 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB456179-
CMYK0.980.6900.30
HSL222.17º95.63%35.88%-
HSV(B)222.17º97.77%70.2%-
XYZ9.66.1143.32-
YUV54.47198.2792-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 179 (70.31% from 255) = 74.90%
R=1.67%
G=23.43%
B=74.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4561790.980.6900.30222.1795.6335.88
Hex438B3624501Ede6024
Octal47026314210503633614044
Binary1001110001011001111000101000101011110110111101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0438B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0438B3; }

 p { color: rgb(4,56,179); }

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

<style>
 a { background-color: #0438B3; }

 a { background-color: rgb(4,56,179); }

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

<style>
 span { border-color: #0438B3; }

 span { border-color: rgb(4,56,179); }

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