#074388

Color #074388 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #074388

Tints of Dark Cerulean #074388

Color information

#074388 (or 0x074388) is unknown color: approx Dark Cerulean. HEX triplet: 07, 43 and 88. RGB value is (7,67,136). Sum of RGB (Red+Green+Blue) = 7+67+136=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #074388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074388 is #F8BC77. Grayscale: #383838. Windows color (decimal): -16301176 or 8930055. OLE color: 8930055.

HSL color Cylindrical-coordinate representation of color #074388: hue angle of 212.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074388 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB767136-
CMYK0.950.5100.47
HSL212.09º90.21%28.04%-
HSV(B)212.09º94.85%53.33%-
XYZ6.545.8424.07-
YUV56.93172.6292.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.33%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 136 (53.52% from 255) = 64.76%
R=3.33%
G=31.90%
B=64.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7671360.950.5100.47212.0990.2128.04
Hex743885F3302Fd45a1c
Octal71032101376305732413234
Binary1111000011100010001011111110011010111111010100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074388; }

 p { color: rgb(7,67,136); }

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

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

 a { background-color: rgb(7,67,136); }

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

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

 span { border-color: rgb(7,67,136); }

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