#04353E

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

Shades of Nordic #04353E

Tints of Nordic #04353E

Color information

#04353E (or 0x04353E) is unknown color: approx Nordic. HEX triplet: 04, 35 and 3E. RGB value is (4,53,62). Sum of RGB (Red+Green+Blue) = 4+53+62=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #04353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353E is #FBCAC1. Grayscale: #272727. Windows color (decimal): -16501442 or 4076804. OLE color: 4076804.

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

Color convert

RGB45362-
CMYK0.940.1500.76
HSL189.31º87.88%12.94%-
HSV(B)189.31º93.55%24.31%-
XYZ2.192.925.01-
YUV39.37140.77102.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 62 (24.61% from 255) = 52.10%
R=3.36%
G=44.54%
B=52.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal453620.940.1500.76189.3187.8812.94
Hex4353E5EF04Cbd58d
Octal4657613617011427513015
Binary10011010111111010111101111010011001011110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04353E; }

 p { color: rgb(4,53,62); }

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

<style>
 a { background-color: #04353E; }

 a { background-color: rgb(4,53,62); }

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

<style>
 span { border-color: #04353E; }

 span { border-color: rgb(4,53,62); }

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