#034F7A

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

Shades of Dark Cerulean #034F7A

Tints of Dark Cerulean #034F7A

Color information

#034F7A (or 0x034F7A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4F and 7A. RGB value is (3,79,122). Sum of RGB (Red+Green+Blue) = 3+79+122=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #034F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F7A is #FCB085. Grayscale: #3C3C3C. Windows color (decimal): -16560262 or 8015619. OLE color: 8015619.

HSL color Cylindrical-coordinate representation of color #034F7A: hue angle of 201.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034F7A is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB379122-
CMYK0.980.3500.52
HSL201.68º95.2%24.51%-
HSV(B)201.68º97.54%47.84%-
XYZ6.357.0219.43-
YUV61.18162.3286.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=1.47%
G=38.73%
B=59.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3791220.980.3500.52201.6895.224.51
Hex34F7A6223034ca5f19
Octal31171721424306431213731
Binary11100111111110101100010100011011010011001010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034F7A; }

 p { color: rgb(3,79,122); }

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

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

 a { background-color: rgb(3,79,122); }

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

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

 span { border-color: rgb(3,79,122); }

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