Html Css Color HEX #303563 Deep Koamaru

📋 copy color: '#303563'

red 48 ◦ green 53 ◦ blue 99

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

Shades of Deep Koamaru #303563

Tints of Deep Koamaru #303563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 24%
G = 26.5%
B = 49.5%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#303563 (or 0x303563) is known color: Deep Koamaru. HEX triplet: 30, 35 and 63. RGB value is (48,53,99). Sum of RGB (Red+Green+Blue) = 48+53+99=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #303563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303563 is #CFCA9C. Grayscale: #383838. Windows color (decimal): -13617821 or 6501680. OLE color: 6501680.

HSL color Cylindrical-coordinate representation of color #303563: hue angle of 234.12º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303563 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 53 99 -
CMYK 0.52 0.46 0 0.61
HSL 234.12º 0.35% 0.29% -
HSV(B) 234.12º 0.52% 0.39% -
XYZ 4.74 4.08 12.34 -
YUV 56.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 48 53 99 0.52 0.46 0 0.61 234.12 0.35 0.29
Hex 30 35 63 34 2E 0 3D EA 23 1D
Octal 60 65 143 64 56 0 75 352 43 35
Binary 110000 110101 1100011 110100 101110 0 111101 11101010 100011 11101

Color Harmonies of #303563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303563

Black with #303563

Text Example


Text Example

White with #303563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303563; }

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

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

background-color css

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

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

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

border-color css

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

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

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