Html Css Color HEX #035075 Dark Cerulean

📋 copy color: '#035075'

red 3 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #035075

Tints of Dark Cerulean #035075

RGB

 RED value IS 3 (1.56% from 255) = 1.5%

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 1.5%
G = 40%
B = 58.5%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#035075 (or 0x035075) is known color: Dark Cerulean. HEX triplet: 03, 50 and 75. RGB value is (3,80,117). Sum of RGB (Red+Green+Blue) = 3+80+117=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #035075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035075 is #FCAF8A. Grayscale: #3C3C3C. Windows color (decimal): -16560011 or 7688195. OLE color: 7688195.

HSL color Cylindrical-coordinate representation of color #035075: hue angle of 199.47º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035075 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 80 117 -
CMYK 0.97 0.32 0 0.54
HSL 199.47º 0.95% 0.24% -
HSV(B) 199.47º 0.97% 0.46% -
XYZ 6.12 7.04 17.87 -
YUV 61.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 3 80 117 0.97 0.32 0 0.54 199.47 0.95 0.24
Hex 3 50 75 61 20 0 36 C7 5F 18
Octal 3 120 165 141 40 0 66 307 137 30
Binary 11 1010000 1110101 1100001 100000 0 110110 11000111 1011111 11000

Color Harmonies of #035075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035075

Black with #035075

Text Example


Text Example

White with #035075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035075; }

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

 H1.HeaderClassName
 {
   color: #035075;
 }
 .AnyTagClassName
 {
   color: #035075;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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