#0438BE

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

Shades of International Klein Blue #0438BE

Tints of International Klein Blue #0438BE

Color information

#0438BE (or 0x0438BE) is unknown color: approx International Klein Blue. HEX triplet: 04, 38 and BE. RGB value is (4,56,190). Sum of RGB (Red+Green+Blue) = 4+56+190=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #0438BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0438BE is #FBC741. Grayscale: #373737. Windows color (decimal): -16500546 or 12466180. OLE color: 12466180.

HSL color Cylindrical-coordinate representation of color #0438BE: hue angle of 223.23º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0438BE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB456190-
CMYK0.980.7100.25
HSL223.23º95.88%38.04%-
HSV(B)223.23º97.89%74.51%-
XYZ10.766.5749.42-
YUV55.73203.7791.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 190 (74.61% from 255) = 76%
R=1.6%
G=22.4%
B=76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4561900.980.7100.25223.2395.8838.04
Hex438BE6247019df6026
Octal47027614210703133714046
Binary1001110001011111011000101000111011001110111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0438BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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