#035784

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

Shades of Dark Cerulean #035784

Tints of Dark Cerulean #035784

Color information

#035784 (or 0x035784) is unknown color: approx Dark Cerulean. HEX triplet: 03, 57 and 84. RGB value is (3,87,132). Sum of RGB (Red+Green+Blue) = 3+87+132=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #035784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035784 is #FCA87B. Grayscale: #424242. Windows color (decimal): -16558204 or 8673027. OLE color: 8673027.

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

Color convert

RGB387132-
CMYK0.980.3400.48
HSL200.93º95.56%26.47%-
HSV(B)200.93º97.73%51.76%-
XYZ7.618.523.07-
YUV67.01164.6782.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=1.35%
G=39.19%
B=59.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3871320.980.3400.48200.9395.5626.47
Hex357846222030c9601a
Octal31272041424206031114032
Binary111010111100001001100010100010011000011001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035784; }

 p { color: rgb(3,87,132); }

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

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

 a { background-color: rgb(3,87,132); }

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

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

 span { border-color: rgb(3,87,132); }

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