Html Css Color HEX #28296B Deep Koamaru

📋 copy color: '#28296B'

red 40 ◦ green 41 ◦ blue 107

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

Shades of Deep Koamaru #28296B

Tints of Deep Koamaru #28296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 21.28%
G = 21.81%
B = 56.91%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28296B (or 0x28296B) is known color: Deep Koamaru. HEX triplet: 28, 29 and 6B. RGB value is (40,41,107). Sum of RGB (Red+Green+Blue) = 40+41+107=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #28296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28296B is #D7D694. Grayscale: #2F2F2F. Windows color (decimal): -14145173 or 7022888. OLE color: 7022888.

HSL color Cylindrical-coordinate representation of color #28296B: hue angle of 239.1º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28296B is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 41 107 -
CMYK 0.63 0.62 0 0.58
HSL 239.1º 0.46% 0.29% -
HSV(B) 239.1º 0.63% 0.42% -
XYZ 4.32 3.1 14.28 -
YUV 48.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 40 41 107 0.63 0.62 0 0.58 239.1 0.46 0.29
Hex 28 29 6B 3F 3E 0 3A EF 2E 1D
Octal 50 51 153 77 76 0 72 357 56 35
Binary 101000 101001 1101011 111111 111110 0 111010 11101111 101110 11101

Color Harmonies of #28296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28296B

Black with #28296B

Text Example


Text Example

White with #28296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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