Html Css Color HEX #28326C Deep Koamaru

📋 copy color: '#28326C'

red 40 ◦ green 50 ◦ blue 108

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

Shades of Deep Koamaru #28326C

Tints of Deep Koamaru #28326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 20.2%
G = 25.25%
B = 54.55%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28326C (or 0x28326C) is known color: Deep Koamaru. HEX triplet: 28, 32 and 6C. RGB value is (40,50,108). Sum of RGB (Red+Green+Blue) = 40+50+108=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #28326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28326C is #D7CD93. Grayscale: #353535. Windows color (decimal): -14142868 or 7090728. OLE color: 7090728.

HSL color Cylindrical-coordinate representation of color #28326C: hue angle of 231.18º 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 #28326C is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 50 108 -
CMYK 0.63 0.54 0 0.58
HSL 231.18º 0.46% 0.29% -
HSV(B) 231.18º 0.63% 0.42% -
XYZ 4.72 3.82 14.67 -
YUV 53.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 40 50 108 0.63 0.54 0 0.58 231.18 0.46 0.29
Hex 28 32 6C 3F 36 0 3A E7 2E 1D
Octal 50 62 154 77 66 0 72 347 56 35
Binary 101000 110010 1101100 111111 110110 0 111010 11100111 101110 11101

Color Harmonies of #28326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28326C

Black with #28326C

Text Example


Text Example

White with #28326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28326C; }

 p { color: rgb(40,50,108); }

 H1.HeaderClassName
 {
   color: #28326C;
 }
 .AnyTagClassName
 {
   color: #28326C;
 }
</style>

background-color css

<style>
 a { background-color: #28326C; }

 a { background-color: rgb(40,50,108); }

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

border-color css

<style>
 span { border-color: #28326C; }

 span { border-color: rgb(40,50,108); }

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