Html Css Color HEX #28306C Deep Koamaru

📋 copy color: '#28306C'

red 40 ◦ green 48 ◦ blue 108

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

Shades of Deep Koamaru #28306C

Tints of Deep Koamaru #28306C

RGB

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

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

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

R = 20.41%
G = 24.49%
B = 55.1%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28306C (or 0x28306C) is known color: Deep Koamaru. HEX triplet: 28, 30 and 6C. RGB value is (40,48,108). Sum of RGB (Red+Green+Blue) = 40+48+108=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #28306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28306C is #D7CF93. Grayscale: #343434. Windows color (decimal): -14143380 or 7090216. OLE color: 7090216.

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

Color convert

RGB 40 48 108 -
CMYK 0.63 0.56 0 0.58
HSL 232.94º 0.46% 0.29% -
HSV(B) 232.94º 0.63% 0.42% -
XYZ 4.64 3.65 14.65 -
YUV 52.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 40 48 108 0.63 0.56 0 0.58 232.94 0.46 0.29
Hex 28 30 6C 3F 38 0 3A E9 2E 1D
Octal 50 60 154 77 70 0 72 351 56 35
Binary 101000 110000 1101100 111111 111000 0 111010 11101001 101110 11101

Color Harmonies of #28306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28306C

Black with #28306C

Text Example


Text Example

White with #28306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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