#003E75

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

Shades of Dark Cerulean #003E75

Tints of Dark Cerulean #003E75

Color information

#003E75 (or 0x003E75) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3E and 75. RGB value is (0,62,117). Sum of RGB (Red+Green+Blue) = 0+62+117=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #003E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E75 is #FFC18A. Grayscale: #313131. Windows color (decimal): -16761227 or 7683584. OLE color: 7683584.

HSL color Cylindrical-coordinate representation of color #003E75: hue angle of 208.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E75 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB062117-
CMYK10.4700.54
HSL208.21º100%22.94%-
HSV(B)208.21º100%45.88%-
XYZ4.934.7317.48-
YUV49.73165.9692.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=0%
G=34.64%
B=65.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal06211710.4700.54208.2110022.94
Hex03E75642F036d06417
Octal0761651445706632014427
Binary011111011101011100100101111011011011010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E75; }

 p { color: rgb(0,62,117); }

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

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

 a { background-color: rgb(0,62,117); }

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

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

 span { border-color: rgb(0,62,117); }

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