#04323C

Color #04323C Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #04323C

Tints of Nordic #04323C

Color information

#04323C (or 0x04323C) is unknown color: approx Nordic. HEX triplet: 04, 32 and 3C. RGB value is (4,50,60). Sum of RGB (Red+Green+Blue) = 4+50+60=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #04323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04323C is #FBCDC3. Grayscale: #252525. Windows color (decimal): -16502212 or 3944964. OLE color: 3944964.

HSL color Cylindrical-coordinate representation of color #04323C: hue angle of 190.71º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04323C is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45060-
CMYK0.930.1700.76
HSL190.71º87.5%12.55%-
HSV(B)190.71º93.33%23.53%-
XYZ2.012.634.68-
YUV37.39140.76104.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 60 (23.83% from 255) = 52.63%
R=3.51%
G=43.86%
B=52.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal450600.930.1700.76190.7187.512.55
Hex4323C5D1104Cbf58d
Octal4627413521011427713015
Binary100110010111100101110110001010011001011111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04323C; }

 p { color: rgb(4,50,60); }

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

<style>
 a { background-color: #04323C; }

 a { background-color: rgb(4,50,60); }

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

<style>
 span { border-color: #04323C; }

 span { border-color: rgb(4,50,60); }

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