Html Css Color HEX #04353F Nordic

📋 copy color: '#04353F'

red 4 ◦ green 53 ◦ blue 63

#04353F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #04353F

Tints of Nordic #04353F

RGB

 RED value IS 4 (1.95% from 255) = 3.33%

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 63 (25% from 255) = 52.5%

R = 3.33%
G = 44.17%
B = 52.5%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04353F (or 0x04353F) is known color: Nordic. HEX triplet: 04, 35 and 3F. RGB value is (4,53,63). Sum of RGB (Red+Green+Blue) = 4+53+63=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #04353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353F is #FBCAC0. Grayscale: #272727. Windows color (decimal): -16501441 or 4142340. OLE color: 4142340.

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

Color convert

RGB 4 53 63 -
CMYK 0.94 0.16 0 0.75
HSL 190.17º 0.88% 0.13% -
HSV(B) 190.17º 0.94% 0.25% -
XYZ 2.22 2.93 5.15 -
YUV 39.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 4 53 63 0.94 0.16 0 0.75 190.17 0.88 0.13
Hex 4 35 3F 5E 10 0 4B BE 58 D
Octal 4 65 77 136 20 0 113 276 130 15
Binary 100 110101 111111 1011110 10000 0 1001011 10111110 1011000 1101

Color Harmonies of #04353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04353F

Black with #04353F

Text Example


Text Example

White with #04353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04353F;
 }
 .AnyTagClassName
 {
   color: #04353F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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