Html Css Color HEX #30325D Deep Koamaru

📋 copy color: '#30325D'

red 48 ◦ green 50 ◦ blue 93

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

Shades of Deep Koamaru #30325D

Tints of Deep Koamaru #30325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 25.13%
G = 26.18%
B = 48.69%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30325D (or 0x30325D) is known color: Deep Koamaru. HEX triplet: 30, 32 and 5D. RGB value is (48,50,93). Sum of RGB (Red+Green+Blue) = 48+50+93=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #30325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30325D is #CFCDA2. Grayscale: #363636. Windows color (decimal): -13618595 or 6107696. OLE color: 6107696.

HSL color Cylindrical-coordinate representation of color #30325D: hue angle of 237.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30325D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 50 93 -
CMYK 0.48 0.46 0 0.64
HSL 237.33º 0.32% 0.28% -
HSV(B) 237.33º 0.48% 0.36% -
XYZ 4.34 3.7 10.84 -
YUV 54.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 48 50 93 0.48 0.46 0 0.64 237.33 0.32 0.28
Hex 30 32 5D 30 2E 0 40 ED 20 1C
Octal 60 62 135 60 56 0 100 355 40 34
Binary 110000 110010 1011101 110000 101110 0 1000000 11101101 100000 11100

Color Harmonies of #30325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30325D

Black with #30325D

Text Example


Text Example

White with #30325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30325D; }

 p { color: rgb(48,50,93); }

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

background-color css

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

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

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

border-color css

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

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

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