#034285

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

Shades of Dark Cerulean #034285

Tints of Dark Cerulean #034285

Color information

#034285 (or 0x034285) is unknown color: approx Dark Cerulean. HEX triplet: 03, 42 and 85. RGB value is (3,66,133). Sum of RGB (Red+Green+Blue) = 3+66+133=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #034285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034285 is #FCBD7A. Grayscale: #363636. Windows color (decimal): -16563579 or 8733187. OLE color: 8733187.

HSL color Cylindrical-coordinate representation of color #034285: hue angle of 210.92º 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 #034285 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB366133-
CMYK0.980.5000.48
HSL210.92º95.59%26.67%-
HSV(B)210.92º97.74%52.16%-
XYZ6.225.6122.95-
YUV54.8172.1391.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=1.49%
G=32.67%
B=65.84%

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
Decimal3661330.980.5000.48210.9295.5926.67
Hex342856232030d3601b
Octal31022051426206032314033
Binary111000010100001011100010110010011000011010011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034285; }

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

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

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

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

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

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

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

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