Html Css Color HEX #28465B Arapawa

📋 copy color: '#28465B'

red 40 ◦ green 70 ◦ blue 91

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

Shades of Arapawa #28465B

Tints of Arapawa #28465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.27%

R = 19.9%
G = 34.83%
B = 45.27%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28465B (or 0x28465B) is known color: Arapawa. HEX triplet: 28, 46 and 5B. RGB value is (40,70,91). Sum of RGB (Red+Green+Blue) = 40+70+91=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #28465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465B is #D7B9A4. Grayscale: #3F3F3F. Windows color (decimal): -14137765 or 5981736. OLE color: 5981736.

HSL color Cylindrical-coordinate representation of color #28465B: hue angle of 204.71º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28465B is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 70 91 -
CMYK 0.56 0.23 0 0.64
HSL 204.71º 0.39% 0.26% -
HSV(B) 204.71º 0.56% 0.36% -
XYZ 4.95 5.59 10.71 -
YUV 63.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 40 70 91 0.56 0.23 0 0.64 204.71 0.39 0.26
Hex 28 46 5B 38 17 0 40 CD 27 1A
Octal 50 106 133 70 27 0 100 315 47 32
Binary 101000 1000110 1011011 111000 10111 0 1000000 11001101 100111 11010

Color Harmonies of #28465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28465B

Black with #28465B

Text Example


Text Example

White with #28465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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