Html Css Color HEX #303560 Deep Koamaru

📋 copy color: '#303560'

red 48 ◦ green 53 ◦ blue 96

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

Shades of Deep Koamaru #303560

Tints of Deep Koamaru #303560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 24.37%
G = 26.9%
B = 48.73%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#303560 (or 0x303560) is known color: Deep Koamaru. HEX triplet: 30, 35 and 60. RGB value is (48,53,96). Sum of RGB (Red+Green+Blue) = 48+53+96=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #303560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303560 is #CFCA9F. Grayscale: #383838. Windows color (decimal): -13617824 or 6305072. OLE color: 6305072.

HSL color Cylindrical-coordinate representation of color #303560: hue angle of 233.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303560 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 53 96 -
CMYK 0.50 0.45 0 0.62
HSL 233.75º 0.33% 0.28% -
HSV(B) 233.75º 0.5% 0.38% -
XYZ 4.6 4.02 11.6 -
YUV 56.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 48 53 96 0.50 0.45 0 0.62 233.75 0.33 0.28
Hex 30 35 60 32 2D 0 3E EA 21 1C
Octal 60 65 140 62 55 0 76 352 41 34
Binary 110000 110101 1100000 110010 101101 0 111110 11101010 100001 11100

Color Harmonies of #303560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303560

Black with #303560

Text Example


Text Example

White with #303560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303560; }

 p { color: rgb(48,53,96); }

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

background-color css

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

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

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

border-color css

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

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

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