Html Css Color HEX #052C36 Nordic

📋 copy color: '#052C36'

red 5 ◦ green 44 ◦ blue 54

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

Shades of Nordic #052C36

Tints of Nordic #052C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 42.72%

 BLUE value IS 54 (21.48% from 255) = 52.43%

R = 4.85%
G = 42.72%
B = 52.43%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052C36 (or 0x052C36) is known color: Nordic. HEX triplet: 05, 2C and 36. RGB value is (5,44,54). Sum of RGB (Red+Green+Blue) = 5+44+54=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #052C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C36 is #FAD3C9. Grayscale: #212121. Windows color (decimal): -16438218 or 3550213. OLE color: 3550213.

HSL color Cylindrical-coordinate representation of color #052C36: hue angle of 192.24º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052C36 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 44 54 -
CMYK 0.91 0.19 0 0.79
HSL 192.24º 0.83% 0.12% -
HSV(B) 192.24º 0.91% 0.21% -
XYZ 1.63 2.1 3.81 -
YUV 33.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 5 44 54 0.91 0.19 0 0.79 192.24 0.83 0.12
Hex 5 2C 36 5B 13 0 4F C0 53 C
Octal 5 54 66 133 23 0 117 300 123 14
Binary 101 101100 110110 1011011 10011 0 1001111 11000000 1010011 1100

Color Harmonies of #052C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C36

Black with #052C36

Text Example


Text Example

White with #052C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,54); }

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

background-color css

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

 a { background-color: rgb(5,44,54); }

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

border-color css

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

 span { border-color: rgb(5,44,54); }

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