Html Css Color HEX #28465F Arapawa

📋 copy color: '#28465F'

red 40 ◦ green 70 ◦ blue 95

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

Shades of Arapawa #28465F

Tints of Arapawa #28465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 19.51%
G = 34.15%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28465F (or 0x28465F) is known color: Arapawa. HEX triplet: 28, 46 and 5F. RGB value is (40,70,95). Sum of RGB (Red+Green+Blue) = 40+70+95=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #28465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465F is #D7B9A0. Grayscale: #3F3F3F. Windows color (decimal): -14137761 or 6243880. OLE color: 6243880.

HSL color Cylindrical-coordinate representation of color #28465F: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28465F is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 70 95 -
CMYK 0.58 0.26 0 0.63
HSL 207.27º 0.41% 0.26% -
HSV(B) 207.27º 0.58% 0.37% -
XYZ 5.13 5.66 11.65 -
YUV 63.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 40 70 95 0.58 0.26 0 0.63 207.27 0.41 0.26
Hex 28 46 5F 3A 1A 0 3F CF 29 1A
Octal 50 106 137 72 32 0 77 317 51 32
Binary 101000 1000110 1011111 111010 11010 0 111111 11001111 101001 11010

Color Harmonies of #28465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28465F

Black with #28465F

Text Example


Text Example

White with #28465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,70,95); }

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

background-color css

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

 a { background-color: rgb(40,70,95); }

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

border-color css

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

 span { border-color: rgb(40,70,95); }

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