#02347D

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

Shades of Dark Cerulean #02347D

Tints of Dark Cerulean #02347D

Color information

#02347D (or 0x02347D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 34 and 7D. RGB value is (2,52,125). Sum of RGB (Red+Green+Blue) = 2+52+125=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #02347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02347D is #FDCB82. Grayscale: #2D2D2D. Windows color (decimal): -16632707 or 8205314. OLE color: 8205314.

HSL color Cylindrical-coordinate representation of color #02347D: hue angle of 215.61º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02347D is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB252125-
CMYK0.980.5800.51
HSL215.61º96.85%24.9%-
HSV(B)215.61º98.4%49.02%-
XYZ4.953.9519.9-
YUV45.37172.9497.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 125 (49.22% from 255) = 69.83%
R=1.12%
G=29.05%
B=69.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2521250.980.5800.51215.6196.8524.9
Hex2347D623A033d86119
Octal2641751427206333014131
Binary1011010011111011100010111010011001111011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02347D; }

 p { color: rgb(2,52,125); }

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

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

 a { background-color: rgb(2,52,125); }

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

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

 span { border-color: rgb(2,52,125); }

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