Html Css Color HEX #303176 Deep Koamaru

📋 copy color: '#303176'

red 48 ◦ green 49 ◦ blue 118

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

Shades of Deep Koamaru #303176

Tints of Deep Koamaru #303176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

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

R = 22.33%
G = 22.79%
B = 54.88%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303176 (or 0x303176) is known color: Deep Koamaru. HEX triplet: 30, 31 and 76. RGB value is (48,49,118). Sum of RGB (Red+Green+Blue) = 48+49+118=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #303176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303176 is #CFCE89. Grayscale: #383838. Windows color (decimal): -13618826 or 7745840. OLE color: 7745840.

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

Color convert

RGB 48 49 118 -
CMYK 0.59 0.58 0 0.54
HSL 239.14º 0.42% 0.33% -
HSV(B) 239.14º 0.59% 0.46% -
XYZ 5.59 4.13 17.64 -
YUV 56.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 48 49 118 0.59 0.58 0 0.54 239.14 0.42 0.33
Hex 30 31 76 3B 3A 0 36 EF 2A 21
Octal 60 61 166 73 72 0 66 357 52 41
Binary 110000 110001 1110110 111011 111010 0 110110 11101111 101010 100001

Color Harmonies of #303176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303176

Black with #303176

Text Example


Text Example

White with #303176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303176; }

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

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

background-color css

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

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

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

border-color css

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

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

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