Html Css Color HEX #08353A Nordic

📋 copy color: '#08353A'

red 8 ◦ green 53 ◦ blue 58

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

Shades of Nordic #08353A

Tints of Nordic #08353A

RGB

 RED value IS 8 (3.52% from 255) = 6.72%

 GREEN value IS 53 (21.09% from 255) = 44.54%

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

R = 6.72%
G = 44.54%
B = 48.74%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08353A (or 0x08353A) is known color: Nordic. HEX triplet: 08, 35 and 3A. RGB value is (8,53,58). Sum of RGB (Red+Green+Blue) = 8+53+58=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #08353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08353A is #F7CAC5. Grayscale: #282828. Windows color (decimal): -16239302 or 3814664. OLE color: 3814664.

HSL color Cylindrical-coordinate representation of color #08353A: hue angle of 186º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08353A is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 53 58 -
CMYK 0.86 0.09 0 0.77
HSL 186º 0.76% 0.13% -
HSV(B) 186º 0.86% 0.23% -
XYZ 2.14 2.9 4.45 -
YUV 40.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 8 53 58 0.86 0.09 0 0.77 186 0.76 0.13
Hex 8 35 3A 56 9 0 4D BA 4C D
Octal 10 65 72 126 11 0 115 272 114 15
Binary 1000 110101 111010 1010110 1001 0 1001101 10111010 1001100 1101

Color Harmonies of #08353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08353A

Black with #08353A

Text Example


Text Example

White with #08353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,53,58); }

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

background-color css

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

 a { background-color: rgb(8,53,58); }

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

border-color css

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

 span { border-color: rgb(8,53,58); }

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