Html Css Color HEX #303370 Deep Koamaru

📋 copy color: '#303370'

red 48 ◦ green 51 ◦ blue 112

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

Shades of Deep Koamaru #303370

Tints of Deep Koamaru #303370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

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

R = 22.75%
G = 24.17%
B = 53.08%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303370 (or 0x303370) is known color: Deep Koamaru. HEX triplet: 30, 33 and 70. RGB value is (48,51,112). Sum of RGB (Red+Green+Blue) = 48+51+112=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #303370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303370 is #CFCC8F. Grayscale: #383838. Windows color (decimal): -13618320 or 7353136. OLE color: 7353136.

HSL color Cylindrical-coordinate representation of color #303370: hue angle of 237.19º 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 #303370 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 51 112 -
CMYK 0.57 0.54 0 0.56
HSL 237.19º 0.4% 0.31% -
HSV(B) 237.19º 0.57% 0.44% -
XYZ 5.33 4.17 15.85 -
YUV 57.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 48 51 112 0.57 0.54 0 0.56 237.19 0.4 0.31
Hex 30 33 70 39 36 0 38 ED 28 1F
Octal 60 63 160 71 66 0 70 355 50 37
Binary 110000 110011 1110000 111001 110110 0 111000 11101101 101000 11111

Color Harmonies of #303370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303370

Black with #303370

Text Example


Text Example

White with #303370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303370; }

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

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

background-color css

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

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

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

border-color css

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

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

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