Html Css Color HEX #302876 Deep Koamaru

📋 copy color: '#302876'

red 48 ◦ green 40 ◦ blue 118

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

Shades of Deep Koamaru #302876

Tints of Deep Koamaru #302876

RGB

 RED value IS 48 (19.14% from 255) = 23.3%

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 23.3%
G = 19.42%
B = 57.28%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#302876 (or 0x302876) is known color: Deep Koamaru. HEX triplet: 30, 28 and 76. RGB value is (48,40,118). Sum of RGB (Red+Green+Blue) = 48+40+118=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #302876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302876 is #CFD789. Grayscale: #323232. Windows color (decimal): -13621130 or 7743536. OLE color: 7743536.

HSL color Cylindrical-coordinate representation of color #302876: hue angle of 246.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302876 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 40 118 -
CMYK 0.59 0.66 0 0.54
HSL 246.15º 0.49% 0.31% -
HSV(B) 246.15º 0.66% 0.46% -
XYZ 5.25 3.45 17.53 -
YUV 51.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 48 40 118 0.59 0.66 0 0.54 246.15 0.49 0.31
Hex 30 28 76 3B 42 0 36 F6 31 1F
Octal 60 50 166 73 102 0 66 366 61 37
Binary 110000 101000 1110110 111011 1000010 0 110110 11110110 110001 11111

Color Harmonies of #302876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302876

Black with #302876

Text Example


Text Example

White with #302876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302876; }

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

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

background-color css

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

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

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

border-color css

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

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

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