Html Css Color HEX #28306B Deep Koamaru

📋 copy color: '#28306B'

red 40 ◦ green 48 ◦ blue 107

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

Shades of Deep Koamaru #28306B

Tints of Deep Koamaru #28306B

RGB

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

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

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

R = 20.51%
G = 24.62%
B = 54.87%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28306B (or 0x28306B) is known color: Deep Koamaru. HEX triplet: 28, 30 and 6B. RGB value is (40,48,107). Sum of RGB (Red+Green+Blue) = 40+48+107=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #28306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28306B is #D7CF94. Grayscale: #343434. Windows color (decimal): -14143381 or 7024680. OLE color: 7024680.

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

Color convert

RGB 40 48 107 -
CMYK 0.63 0.55 0 0.58
HSL 232.84º 0.46% 0.29% -
HSV(B) 232.84º 0.63% 0.42% -
XYZ 4.59 3.63 14.37 -
YUV 52.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 40 48 107 0.63 0.55 0 0.58 232.84 0.46 0.29
Hex 28 30 6B 3F 37 0 3A E9 2E 1D
Octal 50 60 153 77 67 0 72 351 56 35
Binary 101000 110000 1101011 111111 110111 0 111010 11101001 101110 11101

Color Harmonies of #28306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28306B

Black with #28306B

Text Example


Text Example

White with #28306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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