Html Css Color HEX #30325E Deep Koamaru

📋 copy color: '#30325E'

red 48 ◦ green 50 ◦ blue 94

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

Shades of Deep Koamaru #30325E

Tints of Deep Koamaru #30325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 25%
G = 26.04%
B = 48.96%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30325E (or 0x30325E) is known color: Deep Koamaru. HEX triplet: 30, 32 and 5E. RGB value is (48,50,94). Sum of RGB (Red+Green+Blue) = 48+50+94=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #30325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30325E is #CFCDA1. Grayscale: #363636. Windows color (decimal): -13618594 or 6173232. OLE color: 6173232.

HSL color Cylindrical-coordinate representation of color #30325E: hue angle of 237.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30325E is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 50 94 -
CMYK 0.49 0.47 0 0.63
HSL 237.39º 0.32% 0.28% -
HSV(B) 237.39º 0.49% 0.37% -
XYZ 4.38 3.72 11.08 -
YUV 54.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 48 50 94 0.49 0.47 0 0.63 237.39 0.32 0.28
Hex 30 32 5E 31 2F 0 3F ED 20 1C
Octal 60 62 136 61 57 0 77 355 40 34
Binary 110000 110010 1011110 110001 101111 0 111111 11101101 100000 11100

Color Harmonies of #30325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30325E

Black with #30325E

Text Example


Text Example

White with #30325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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