Html Css Color HEX #052E38 Nordic

📋 copy color: '#052E38'

red 5 ◦ green 46 ◦ blue 56

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

Shades of Nordic #052E38

Tints of Nordic #052E38

RGB

 RED value IS 5 (2.34% from 255) = 4.67%

 GREEN value IS 46 (18.36% from 255) = 42.99%

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 4.67%
G = 42.99%
B = 52.34%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052E38 (or 0x052E38) is known color: Nordic. HEX triplet: 05, 2E and 38. RGB value is (5,46,56). Sum of RGB (Red+Green+Blue) = 5+46+56=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #052E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E38 is #FAD1C7. Grayscale: #222222. Windows color (decimal): -16437704 or 3681797. OLE color: 3681797.

HSL color Cylindrical-coordinate representation of color #052E38: hue angle of 191.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052E38 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 46 56 -
CMYK 0.91 0.18 0 0.78
HSL 191.76º 0.84% 0.12% -
HSV(B) 191.76º 0.91% 0.22% -
XYZ 1.75 2.27 4.09 -
YUV 34.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 5 46 56 0.91 0.18 0 0.78 191.76 0.84 0.12
Hex 5 2E 38 5B 12 0 4E C0 54 C
Octal 5 56 70 133 22 0 116 300 124 14
Binary 101 101110 111000 1011011 10010 0 1001110 11000000 1010100 1100

Color Harmonies of #052E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E38

Black with #052E38

Text Example


Text Example

White with #052E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052E38; }

 p { color: rgb(5,46,56); }

 H1.HeaderClassName
 {
   color: #052E38;
 }
 .AnyTagClassName
 {
   color: #052E38;
 }
</style>

background-color css

<style>
 a { background-color: #052E38; }

 a { background-color: rgb(5,46,56); }

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

border-color css

<style>
 span { border-color: #052E38; }

 span { border-color: rgb(5,46,56); }

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