#03427A

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

Shades of Dark Cerulean #03427A

Tints of Dark Cerulean #03427A

Color information

#03427A (or 0x03427A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 42 and 7A. RGB value is (3,66,122). Sum of RGB (Red+Green+Blue) = 3+66+122=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #03427A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03427A is #FCBD85. Grayscale: #353535. Windows color (decimal): -16563590 or 8012291. OLE color: 8012291.

HSL color Cylindrical-coordinate representation of color #03427A: hue angle of 208.24º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03427A is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB366122-
CMYK0.980.4600.52
HSL208.24º95.2%24.51%-
HSV(B)208.24º97.54%47.84%-
XYZ5.55.3219.15-
YUV53.55166.6391.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=1.57%
G=34.55%
B=63.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3661220.980.4600.52208.2495.224.51
Hex3427A622E034d05f19
Octal31021721425606432013731
Binary11100001011110101100010101110011010011010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03427A; }

 p { color: rgb(3,66,122); }

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

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

 a { background-color: rgb(3,66,122); }

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

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

 span { border-color: rgb(3,66,122); }

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