#035085

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

Shades of Dark Cerulean #035085

Tints of Dark Cerulean #035085

Color information

#035085 (or 0x035085) is unknown color: approx Dark Cerulean. HEX triplet: 03, 50 and 85. RGB value is (3,80,133). Sum of RGB (Red+Green+Blue) = 3+80+133=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #035085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035085 is #FCAF7A. Grayscale: #3E3E3E. Windows color (decimal): -16559995 or 8736771. OLE color: 8736771.

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

Color convert

RGB380133-
CMYK0.980.4000.48
HSL204.46º95.59%26.67%-
HSV(B)204.46º97.74%52.16%-
XYZ7.147.4523.25-
YUV63.02167.4985.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=1.39%
G=37.04%
B=61.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3801330.980.4000.48204.4695.5926.67
Hex350856228030cc601b
Octal31202051425006031414033
Binary111010000100001011100010101000011000011001100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035085; }

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

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

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

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

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

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

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

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