#034385

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

Shades of Dark Cerulean #034385

Tints of Dark Cerulean #034385

Color information

#034385 (or 0x034385) is unknown color: approx Dark Cerulean. HEX triplet: 03, 43 and 85. RGB value is (3,67,133). Sum of RGB (Red+Green+Blue) = 3+67+133=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #034385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034385 is #FCBC7A. Grayscale: #373737. Windows color (decimal): -16563323 or 8733443. OLE color: 8733443.

HSL color Cylindrical-coordinate representation of color #034385: hue angle of 210.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034385 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB367133-
CMYK0.980.5000.48
HSL210.46º95.59%26.67%-
HSV(B)210.46º97.74%52.16%-
XYZ6.285.7322.96-
YUV55.39171.890.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=1.48%
G=33.00%
B=65.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3671330.980.5000.48210.4695.5926.67
Hex343856232030d2601b
Octal31032051426206032214033
Binary111000011100001011100010110010011000011010010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034385; }

 p { color: rgb(3,67,133); }

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

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

 a { background-color: rgb(3,67,133); }

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

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

 span { border-color: rgb(3,67,133); }

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