Html Css Color HEX #05343B Nordic

📋 copy color: '#05343B'

red 5 ◦ green 52 ◦ blue 59

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

Shades of Nordic #05343B

Tints of Nordic #05343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.83%

 BLUE value IS 59 (23.44% from 255) = 50.86%

R = 4.31%
G = 44.83%
B = 50.86%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05343B (or 0x05343B) is known color: Nordic. HEX triplet: 05, 34 and 3B. RGB value is (5,52,59). Sum of RGB (Red+Green+Blue) = 5+52+59=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #05343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343B is #FACBC4. Grayscale: #262626. Windows color (decimal): -16436165 or 3879941. OLE color: 3879941.

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

Color convert

RGB 5 52 59 -
CMYK 0.92 0.12 0 0.77
HSL 187.78º 0.84% 0.13% -
HSV(B) 187.78º 0.92% 0.23% -
XYZ 2.08 2.8 4.57 -
YUV 38.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 5 52 59 0.92 0.12 0 0.77 187.78 0.84 0.13
Hex 5 34 3B 5C C 0 4D BC 54 D
Octal 5 64 73 134 14 0 115 274 124 15
Binary 101 110100 111011 1011100 1100 0 1001101 10111100 1010100 1101

Color Harmonies of #05343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05343B

Black with #05343B

Text Example


Text Example

White with #05343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05343B; }

 p { color: rgb(5,52,59); }

 H1.HeaderClassName
 {
   color: #05343B;
 }
 .AnyTagClassName
 {
   color: #05343B;
 }
</style>

background-color css

<style>
 a { background-color: #05343B; }

 a { background-color: rgb(5,52,59); }

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

border-color css

<style>
 span { border-color: #05343B; }

 span { border-color: rgb(5,52,59); }

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