Html Css Color HEX #153438 Nordic

📋 copy color: '#153438'

red 21 ◦ green 52 ◦ blue 56

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

Shades of Nordic #153438

Tints of Nordic #153438

RGB

 RED value IS 21 (8.59% from 255) = 16.28%

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

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

R = 16.28%
G = 40.31%
B = 43.41%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153438 (or 0x153438) is known color: Nordic. HEX triplet: 15, 34 and 38. RGB value is (21,52,56). Sum of RGB (Red+Green+Blue) = 21+52+56=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #153438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153438 is #EACBC7. Grayscale: #2B2B2B. Windows color (decimal): -15387592 or 3683349. OLE color: 3683349.

HSL color Cylindrical-coordinate representation of color #153438: hue angle of 186.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153438 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 52 56 -
CMYK 0.63 0.07 0 0.78
HSL 186.86º 0.45% 0.15% -
HSV(B) 186.86º 0.63% 0.22% -
XYZ 2.25 2.9 4.18 -
YUV 43.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 21 52 56 0.63 0.07 0 0.78 186.86 0.45 0.15
Hex 15 34 38 3F 7 0 4E BB 2D F
Octal 25 64 70 77 7 0 116 273 55 17
Binary 10101 110100 111000 111111 111 0 1001110 10111011 101101 1111

Color Harmonies of #153438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153438

Black with #153438

Text Example


Text Example

White with #153438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153438; }

 p { color: rgb(21,52,56); }

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

background-color css

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

 a { background-color: rgb(21,52,56); }

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

border-color css

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

 span { border-color: rgb(21,52,56); }

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