#04333A

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

Shades of Nordic #04333A

Tints of Nordic #04333A

Color information

#04333A (or 0x04333A) is unknown color: approx Nordic. HEX triplet: 04, 33 and 3A. RGB value is (4,51,58). Sum of RGB (Red+Green+Blue) = 4+51+58=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #04333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04333A is #FBCCC5. Grayscale: #252525. Windows color (decimal): -16501958 or 3814148. OLE color: 3814148.

HSL color Cylindrical-coordinate representation of color #04333A: hue angle of 187.78º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04333A is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB45158-
CMYK0.930.1200.77
HSL187.78º87.1%12.16%-
HSV(B)187.78º93.1%22.75%-
XYZ22.74.42-
YUV37.74139.43103.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=3.54%
G=45.13%
B=51.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal451580.930.1200.77187.7887.112.16
Hex4333A5DC04Dbc57c
Octal4637213514011527412714
Binary10011001111101010111011100010011011011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,51,58); }

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

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

 a { background-color: rgb(4,51,58); }

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

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

 span { border-color: rgb(4,51,58); }

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