#003D7B

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

Shades of Dark Cerulean #003D7B

Tints of Dark Cerulean #003D7B

Color information

#003D7B (or 0x003D7B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3D and 7B. RGB value is (0,61,123). Sum of RGB (Red+Green+Blue) = 0+61+123=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #003D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D7B is #FFC284. Grayscale: #313131. Windows color (decimal): -16761477 or 8076544. OLE color: 8076544.

HSL color Cylindrical-coordinate representation of color #003D7B: hue angle of 210.24º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D7B is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB061123-
CMYK10.5000.52
HSL210.24º100%24.12%-
HSV(B)210.24º100%48.24%-
XYZ5.244.7719.38-
YUV49.83169.2992.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=0%
G=33.15%
B=66.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal06112310.5000.52210.2410024.12
Hex03D7B6432034d26418
Octal0751731446206432214430
Binary011110111110111100100110010011010011010010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,123); }

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

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

 a { background-color: rgb(0,61,123); }

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

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

 span { border-color: rgb(0,61,123); }

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