Html Css Color HEX #035085 Dark Cerulean

📋 copy color: '#035085'

red 3 ◦ green 80 ◦ blue 133

#035085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #035085

Tints of Dark Cerulean #035085

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 value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#035085 (or 0x035085) is known color: 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

RGB 3 80 133 -
CMYK 0.98 0.40 0 0.48
HSL 204.46º 0.96% 0.27% -
HSV(B) 204.46º 0.98% 0.52% -
XYZ 7.14 7.45 23.25 -
YUV 63.02 167.49 85.19 -
System Red Green Blue C M Y K H S L
Decimal 3 80 133 0.98 0.40 0 0.48 204.46 0.96 0.27
Hex 3 50 85 62 28 0 30 CC 60 1B
Octal 3 120 205 142 50 0 60 314 140 33
Binary 11 1010000 10000101 1100010 101000 0 110000 11001100 1100000 11011

Color Harmonies of #035085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035085

Black with #035085

Text Example


Text Example

White with #035085

Text Example


Text Example

HTML Codes & Css Web 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>