Html Css Color HEX #083238 Nordic

📋 copy color: '#083238'

red 8 ◦ green 50 ◦ blue 56

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

Shades of Nordic #083238

Tints of Nordic #083238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.86%

 BLUE value IS 56 (22.27% from 255) = 49.12%

R = 7.02%
G = 43.86%
B = 49.12%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083238 (or 0x083238) is known color: Nordic. HEX triplet: 08, 32 and 38. RGB value is (8,50,56). Sum of RGB (Red+Green+Blue) = 8+50+56=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #083238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083238 is #F7CDC7. Grayscale: #262626. Windows color (decimal): -16240072 or 3682824. OLE color: 3682824.

HSL color Cylindrical-coordinate representation of color #083238: hue angle of 187.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083238 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 50 56 -
CMYK 0.86 0.11 0 0.78
HSL 187.5º 0.75% 0.13% -
HSV(B) 187.5º 0.86% 0.22% -
XYZ 1.95 2.62 4.14 -
YUV 38.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 8 50 56 0.86 0.11 0 0.78 187.5 0.75 0.13
Hex 8 32 38 56 B 0 4E BC 4B D
Octal 10 62 70 126 13 0 116 274 113 15
Binary 1000 110010 111000 1010110 1011 0 1001110 10111100 1001011 1101

Color Harmonies of #083238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083238

Black with #083238

Text Example


Text Example

White with #083238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083238; }

 p { color: rgb(8,50,56); }

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

background-color css

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

 a { background-color: rgb(8,50,56); }

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

border-color css

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

 span { border-color: rgb(8,50,56); }

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