Html Css Color HEX #303070 Deep Koamaru

📋 copy color: '#303070'

red 48 ◦ green 48 ◦ blue 112

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

Shades of Deep Koamaru #303070

Tints of Deep Koamaru #303070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 23.08%
G = 23.08%
B = 53.85%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303070 (or 0x303070) is known color: Deep Koamaru. HEX triplet: 30, 30 and 70. RGB value is (48,48,112). Sum of RGB (Red+Green+Blue) = 48+48+112=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #303070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303070 is #CFCF8F. Grayscale: #373737. Windows color (decimal): -13619088 or 7352368. OLE color: 7352368.

HSL color Cylindrical-coordinate representation of color #303070: hue angle of 240º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #303070 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 48 112 -
CMYK 0.57 0.57 0 0.56
HSL 240º 0.4% 0.31% -
HSV(B) 240º 0.57% 0.44% -
XYZ 5.2 3.91 15.81 -
YUV 55.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 48 48 112 0.57 0.57 0 0.56 240 0.4 0.31
Hex 30 30 70 39 39 0 38 F0 28 1F
Octal 60 60 160 71 71 0 70 360 50 37
Binary 110000 110000 1110000 111001 111001 0 111000 11110000 101000 11111

Color Harmonies of #303070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303070

Black with #303070

Text Example


Text Example

White with #303070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303070; }

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

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

background-color css

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

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

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

border-color css

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

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

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