Html Css Color HEX #052D3A Nordic

📋 copy color: '#052D3A'

red 5 ◦ green 45 ◦ blue 58

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

Shades of Nordic #052D3A

Tints of Nordic #052D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 41.67%

 BLUE value IS 58 (23.05% from 255) = 53.7%

R = 4.63%
G = 41.67%
B = 53.7%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#052D3A (or 0x052D3A) is known color: Nordic. HEX triplet: 05, 2D and 3A. RGB value is (5,45,58). Sum of RGB (Red+Green+Blue) = 5+45+58=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #052D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D3A is #FAD2C5. Grayscale: #222222. Windows color (decimal): -16437958 or 3812613. OLE color: 3812613.

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

Color convert

RGB 5 45 58 -
CMYK 0.91 0.22 0 0.77
HSL 194.72º 0.84% 0.12% -
HSV(B) 194.72º 0.91% 0.23% -
XYZ 1.76 2.21 4.34 -
YUV 34.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 5 45 58 0.91 0.22 0 0.77 194.72 0.84 0.12
Hex 5 2D 3A 5B 16 0 4D C3 54 C
Octal 5 55 72 133 26 0 115 303 124 14
Binary 101 101101 111010 1011011 10110 0 1001101 11000011 1010100 1100

Color Harmonies of #052D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D3A

Black with #052D3A

Text Example


Text Example

White with #052D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,58); }

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

background-color css

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

 a { background-color: rgb(5,45,58); }

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

border-color css

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

 span { border-color: rgb(5,45,58); }

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