Html Css Color HEX #04353E Nordic

📋 copy color: '#04353E'

red 4 ◦ green 53 ◦ blue 62

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

Shades of Nordic #04353E

Tints of Nordic #04353E

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.1%

R = 3.36%
G = 44.54%
B = 52.1%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04353E (or 0x04353E) is known color: 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

RGB 4 53 62 -
CMYK 0.94 0.15 0 0.76
HSL 189.31º 0.88% 0.13% -
HSV(B) 189.31º 0.94% 0.24% -
XYZ 2.19 2.92 5.01 -
YUV 39.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 4 53 62 0.94 0.15 0 0.76 189.31 0.88 0.13
Hex 4 35 3E 5E F 0 4C BD 58 D
Octal 4 65 76 136 17 0 114 275 130 15
Binary 100 110101 111110 1011110 1111 0 1001100 10111101 1011000 1101

Color Harmonies of #04353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04353E

Black with #04353E

Text Example


Text Example

White with #04353E

Text Example


Text Example

HTML Codes & Css Web 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>