Html Css Color HEX #28424F Nile Blue

📋 copy color: '#28424F'

red 40 ◦ green 66 ◦ blue 79

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

Shades of Nile Blue #28424F

Tints of Nile Blue #28424F

RGB

 RED value IS 40 (16.02% from 255) = 21.62%

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 79 (31.25% from 255) = 42.7%

R = 21.62%
G = 35.68%
B = 42.7%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28424F (or 0x28424F) is known color: Nile Blue. HEX triplet: 28, 42 and 4F. RGB value is (40,66,79). Sum of RGB (Red+Green+Blue) = 40+66+79=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #28424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28424F is #D7BDB0. Grayscale: #3B3B3B. Windows color (decimal): -14138801 or 5194280. OLE color: 5194280.

HSL color Cylindrical-coordinate representation of color #28424F: hue angle of 200º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28424F is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 66 79 -
CMYK 0.49 0.16 0 0.69
HSL 200º 0.33% 0.23% -
HSV(B) 200º 0.49% 0.31% -
XYZ 4.23 4.91 8.12 -
YUV 59.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 40 66 79 0.49 0.16 0 0.69 200 0.33 0.23
Hex 28 42 4F 31 10 0 45 C8 21 17
Octal 50 102 117 61 20 0 105 310 41 27
Binary 101000 1000010 1001111 110001 10000 0 1000101 11001000 100001 10111

Color Harmonies of #28424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28424F

Black with #28424F

Text Example


Text Example

White with #28424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28424F; }

 p { color: rgb(40,66,79); }

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

background-color css

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

 a { background-color: rgb(40,66,79); }

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

border-color css

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

 span { border-color: rgb(40,66,79); }

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