Html Css Color HEX #303568 Deep Koamaru

📋 copy color: '#303568'

red 48 ◦ green 53 ◦ blue 104

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

Shades of Deep Koamaru #303568

Tints of Deep Koamaru #303568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 23.41%
G = 25.85%
B = 50.73%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#303568 (or 0x303568) is known color: Deep Koamaru. HEX triplet: 30, 35 and 68. RGB value is (48,53,104). Sum of RGB (Red+Green+Blue) = 48+53+104=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #303568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303568 is #CFCA97. Grayscale: #393939. Windows color (decimal): -13617816 or 6829360. OLE color: 6829360.

HSL color Cylindrical-coordinate representation of color #303568: hue angle of 234.64º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303568 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 53 104 -
CMYK 0.54 0.49 0 0.59
HSL 234.64º 0.37% 0.3% -
HSV(B) 234.64º 0.54% 0.41% -
XYZ 4.99 4.17 13.64 -
YUV 57.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 48 53 104 0.54 0.49 0 0.59 234.64 0.37 0.3
Hex 30 35 68 36 31 0 3B EB 25 1E
Octal 60 65 150 66 61 0 73 353 45 36
Binary 110000 110101 1101000 110110 110001 0 111011 11101011 100101 11110

Color Harmonies of #303568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303568

Black with #303568

Text Example


Text Example

White with #303568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303568; }

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

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

background-color css

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

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

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

border-color css

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

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

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