#034583

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

Shades of Dark Cerulean #034583

Tints of Dark Cerulean #034583

Color information

#034583 (or 0x034583) is unknown color: approx Dark Cerulean. HEX triplet: 03, 45 and 83. RGB value is (3,69,131). Sum of RGB (Red+Green+Blue) = 3+69+131=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #034583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034583 is #FCBA7C. Grayscale: #383838. Windows color (decimal): -16562813 or 8602883. OLE color: 8602883.

HSL color Cylindrical-coordinate representation of color #034583: hue angle of 209.06º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034583 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB369131-
CMYK0.980.4700.49
HSL209.06º95.52%26.27%-
HSV(B)209.06º97.71%51.37%-
XYZ6.265.9122.28-
YUV56.33170.1389.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 131 (51.56% from 255) = 64.53%
R=1.48%
G=33.99%
B=64.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3691310.980.4700.49209.0695.5226.27
Hex34583622F031d1601a
Octal31052031425706132114032
Binary111000101100000111100010101111011000111010001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034583; }

 p { color: rgb(3,69,131); }

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

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

 a { background-color: rgb(3,69,131); }

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

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

 span { border-color: rgb(3,69,131); }

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