Html Css Color HEX #28296F Deep Koamaru

📋 copy color: '#28296F'

red 40 ◦ green 41 ◦ blue 111

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

Shades of Deep Koamaru #28296F

Tints of Deep Koamaru #28296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 20.83%
G = 21.35%
B = 57.81%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28296F (or 0x28296F) is known color: Deep Koamaru. HEX triplet: 28, 29 and 6F. RGB value is (40,41,111). Sum of RGB (Red+Green+Blue) = 40+41+111=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #28296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28296F is #D7D690. Grayscale: #303030. Windows color (decimal): -14145169 or 7285032. OLE color: 7285032.

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

Color convert

RGB 40 41 111 -
CMYK 0.64 0.63 0 0.56
HSL 239.15º 0.47% 0.3% -
HSV(B) 239.15º 0.64% 0.44% -
XYZ 4.54 3.18 15.41 -
YUV 48.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 40 41 111 0.64 0.63 0 0.56 239.15 0.47 0.3
Hex 28 29 6F 40 3F 0 38 EF 2F 1E
Octal 50 51 157 100 77 0 70 357 57 36
Binary 101000 101001 1101111 1000000 111111 0 111000 11101111 101111 11110

Color Harmonies of #28296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28296F

Black with #28296F

Text Example


Text Example

White with #28296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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