Html Css Color HEX #28296E Deep Koamaru

📋 copy color: '#28296E'

red 40 ◦ green 41 ◦ blue 110

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

Shades of Deep Koamaru #28296E

Tints of Deep Koamaru #28296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 110 (43.36% from 255) = 57.59%

R = 20.94%
G = 21.47%
B = 57.59%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28296E (or 0x28296E) is known color: Deep Koamaru. HEX triplet: 28, 29 and 6E. RGB value is (40,41,110). Sum of RGB (Red+Green+Blue) = 40+41+110=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #28296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28296E is #D7D691. Grayscale: #303030. Windows color (decimal): -14145170 or 7219496. OLE color: 7219496.

HSL color Cylindrical-coordinate representation of color #28296E: hue angle of 239.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28296E is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 41 110 -
CMYK 0.64 0.63 0 0.57
HSL 239.14º 0.47% 0.29% -
HSV(B) 239.14º 0.64% 0.43% -
XYZ 4.48 3.16 15.13 -
YUV 48.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 40 41 110 0.64 0.63 0 0.57 239.14 0.47 0.29
Hex 28 29 6E 40 3F 0 39 EF 2F 1D
Octal 50 51 156 100 77 0 71 357 57 35
Binary 101000 101001 1101110 1000000 111111 0 111001 11101111 101111 11101

Color Harmonies of #28296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28296E

Black with #28296E

Text Example


Text Example

White with #28296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28296E; }

 p { color: rgb(40,41,110); }

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

background-color css

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

 a { background-color: rgb(40,41,110); }

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

border-color css

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

 span { border-color: rgb(40,41,110); }

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