Html Css Color HEX #30326A Deep Koamaru

📋 copy color: '#30326A'

red 48 ◦ green 50 ◦ blue 106

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

Shades of Deep Koamaru #30326A

Tints of Deep Koamaru #30326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 23.53%
G = 24.51%
B = 51.96%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30326A (or 0x30326A) is known color: Deep Koamaru. HEX triplet: 30, 32 and 6A. RGB value is (48,50,106). Sum of RGB (Red+Green+Blue) = 48+50+106=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #30326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326A is #CFCD95. Grayscale: #373737. Windows color (decimal): -13618582 or 6959664. OLE color: 6959664.

HSL color Cylindrical-coordinate representation of color #30326A: hue angle of 237.93º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30326A is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 50 106 -
CMYK 0.55 0.53 0 0.58
HSL 237.93º 0.38% 0.3% -
HSV(B) 237.93º 0.55% 0.42% -
XYZ 4.96 3.95 14.14 -
YUV 55.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 48 50 106 0.55 0.53 0 0.58 237.93 0.38 0.3
Hex 30 32 6A 37 35 0 3A EE 26 1E
Octal 60 62 152 67 65 0 72 356 46 36
Binary 110000 110010 1101010 110111 110101 0 111010 11101110 100110 11110

Color Harmonies of #30326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30326A

Black with #30326A

Text Example


Text Example

White with #30326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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