Html Css Color HEX #302978 Deep Koamaru

📋 copy color: '#302978'

red 48 ◦ green 41 ◦ blue 120

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

Shades of Deep Koamaru #302978

Tints of Deep Koamaru #302978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 22.97%
G = 19.62%
B = 57.42%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302978 (or 0x302978) is known color: Deep Koamaru. HEX triplet: 30, 29 and 78. RGB value is (48,41,120). Sum of RGB (Red+Green+Blue) = 48+41+120=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #302978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302978 is #CFD687. Grayscale: #333333. Windows color (decimal): -13620872 or 7874864. OLE color: 7874864.

HSL color Cylindrical-coordinate representation of color #302978: hue angle of 245.32º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302978 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 41 120 -
CMYK 0.60 0.66 0 0.53
HSL 245.32º 0.49% 0.32% -
HSV(B) 245.32º 0.66% 0.47% -
XYZ 5.4 3.57 18.17 -
YUV 52.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 48 41 120 0.60 0.66 0 0.53 245.32 0.49 0.32
Hex 30 29 78 3C 42 0 35 F5 31 20
Octal 60 51 170 74 102 0 65 365 61 40
Binary 110000 101001 1111000 111100 1000010 0 110101 11110101 110001 100000

Color Harmonies of #302978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302978

Black with #302978

Text Example


Text Example

White with #302978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302978; }

 p { color: rgb(48,41,120); }

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

background-color css

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

 a { background-color: rgb(48,41,120); }

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

border-color css

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

 span { border-color: rgb(48,41,120); }

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