Html Css Color HEX #28306D Deep Koamaru

📋 copy color: '#28306D'

red 40 ◦ green 48 ◦ blue 109

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

Shades of Deep Koamaru #28306D

Tints of Deep Koamaru #28306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 20.3%
G = 24.37%
B = 55.33%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28306D (or 0x28306D) is known color: Deep Koamaru. HEX triplet: 28, 30 and 6D. RGB value is (40,48,109). Sum of RGB (Red+Green+Blue) = 40+48+109=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #28306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28306D is #D7CF92. Grayscale: #343434. Windows color (decimal): -14143379 or 7155752. OLE color: 7155752.

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

Color convert

RGB 40 48 109 -
CMYK 0.63 0.56 0 0.57
HSL 233.04º 0.46% 0.29% -
HSV(B) 233.04º 0.63% 0.43% -
XYZ 4.69 3.67 14.93 -
YUV 52.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 40 48 109 0.63 0.56 0 0.57 233.04 0.46 0.29
Hex 28 30 6D 3F 38 0 39 E9 2E 1D
Octal 50 60 155 77 70 0 71 351 56 35
Binary 101000 110000 1101101 111111 111000 0 111001 11101001 101110 11101

Color Harmonies of #28306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28306D

Black with #28306D

Text Example


Text Example

White with #28306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28306D; }

 p { color: rgb(40,48,109); }

 H1.HeaderClassName
 {
   color: #28306D;
 }
 .AnyTagClassName
 {
   color: #28306D;
 }
</style>

background-color css

<style>
 a { background-color: #28306D; }

 a { background-color: rgb(40,48,109); }

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

border-color css

<style>
 span { border-color: #28306D; }

 span { border-color: rgb(40,48,109); }

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