#035282

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

Shades of Dark Cerulean #035282

Tints of Dark Cerulean #035282

Color information

#035282 (or 0x035282) is unknown color: approx Dark Cerulean. HEX triplet: 03, 52 and 82. RGB value is (3,82,130). Sum of RGB (Red+Green+Blue) = 3+82+130=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #035282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035282 is #FCAD7D. Grayscale: #3F3F3F. Windows color (decimal): -16559486 or 8540675. OLE color: 8540675.

HSL color Cylindrical-coordinate representation of color #035282: hue angle of 202.68º degrees, saturation: 0.95, 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 #035282 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB382130-
CMYK0.980.3700.49
HSL202.68º95.49%26.08%-
HSV(B)202.68º97.69%50.98%-
XYZ7.087.6722.23-
YUV63.85165.3384.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 130 (51.17% from 255) = 60.47%
R=1.40%
G=38.14%
B=60.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3821300.980.3700.49202.6895.4926.08
Hex352826225031cb5f1a
Octal31222021424506131313732
Binary111010010100000101100010100101011000111001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035282; }

 p { color: rgb(3,82,130); }

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

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

 a { background-color: rgb(3,82,130); }

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

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

 span { border-color: rgb(3,82,130); }

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