Html Css Color HEX #05343A Nordic

📋 copy color: '#05343A'

red 5 ◦ green 52 ◦ blue 58

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

Shades of Nordic #05343A

Tints of Nordic #05343A

RGB

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

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

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

R = 4.35%
G = 45.22%
B = 50.43%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05343A (or 0x05343A) is known color: Nordic. HEX triplet: 05, 34 and 3A. RGB value is (5,52,58). Sum of RGB (Red+Green+Blue) = 5+52+58=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #05343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343A is #FACBC5. Grayscale: #262626. Windows color (decimal): -16436166 or 3814405. OLE color: 3814405.

HSL color Cylindrical-coordinate representation of color #05343A: hue angle of 186.79º 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 #05343A is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 52 58 -
CMYK 0.91 0.10 0 0.77
HSL 186.79º 0.84% 0.12% -
HSV(B) 186.79º 0.91% 0.23% -
XYZ 2.05 2.79 4.43 -
YUV 38.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 5 52 58 0.91 0.10 0 0.77 186.79 0.84 0.12
Hex 5 34 3A 5B A 0 4D BB 54 C
Octal 5 64 72 133 12 0 115 273 124 14
Binary 101 110100 111010 1011011 1010 0 1001101 10111011 1010100 1100

Color Harmonies of #05343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05343A

Black with #05343A

Text Example


Text Example

White with #05343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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