Html Css Color HEX #303073 Deep Koamaru

📋 copy color: '#303073'

red 48 ◦ green 48 ◦ blue 115

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

Shades of Deep Koamaru #303073

Tints of Deep Koamaru #303073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 22.75%
G = 22.75%
B = 54.5%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#303073 (or 0x303073) is known color: Deep Koamaru. HEX triplet: 30, 30 and 73. RGB value is (48,48,115). Sum of RGB (Red+Green+Blue) = 48+48+115=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #303073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303073 is #CFCF8C. Grayscale: #373737. Windows color (decimal): -13619085 or 7548976. OLE color: 7548976.

HSL color Cylindrical-coordinate representation of color #303073: hue angle of 240º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303073 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 48 115 -
CMYK 0.58 0.58 0 0.55
HSL 240º 0.41% 0.32% -
HSV(B) 240º 0.58% 0.45% -
XYZ 5.37 3.98 16.7 -
YUV 55.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 48 48 115 0.58 0.58 0 0.55 240 0.41 0.32
Hex 30 30 73 3A 3A 0 37 F0 29 20
Octal 60 60 163 72 72 0 67 360 51 40
Binary 110000 110000 1110011 111010 111010 0 110111 11110000 101001 100000

Color Harmonies of #303073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303073

Black with #303073

Text Example


Text Example

White with #303073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303073; }

 p { color: rgb(48,48,115); }

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

background-color css

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

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

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

border-color css

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

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

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