#003A75

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

Shades of Dark Cerulean #003A75

Tints of Dark Cerulean #003A75

Color information

#003A75 (or 0x003A75) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3A and 75. RGB value is (0,58,117). Sum of RGB (Red+Green+Blue) = 0+58+117=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #003A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A75 is #FFC58A. Grayscale: #2F2F2F. Windows color (decimal): -16762251 or 7682560. OLE color: 7682560.

HSL color Cylindrical-coordinate representation of color #003A75: hue angle of 210.26º 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 #003A75 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB058117-
CMYK10.5000.54
HSL210.26º100%22.94%-
HSV(B)210.26º100%45.88%-
XYZ4.724.3117.41-
YUV47.38167.2894.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 117 (46.09% from 255) = 66.86%
R=0%
G=33.14%
B=66.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal05811710.5000.54210.2610022.94
Hex03A756432036d26417
Octal0721651446206632214427
Binary011101011101011100100110010011011011010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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