Html Css Color HEX #30326C Deep Koamaru

📋 copy color: '#30326C'

red 48 ◦ green 50 ◦ blue 108

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

Shades of Deep Koamaru #30326C

Tints of Deep Koamaru #30326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 23.3%
G = 24.27%
B = 52.43%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30326C (or 0x30326C) is known color: Deep Koamaru. HEX triplet: 30, 32 and 6C. RGB value is (48,50,108). Sum of RGB (Red+Green+Blue) = 48+50+108=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #30326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326C is #CFCD93. Grayscale: #373737. Windows color (decimal): -13618580 or 7090736. OLE color: 7090736.

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

Color convert

RGB 48 50 108 -
CMYK 0.56 0.54 0 0.58
HSL 238º 0.38% 0.31% -
HSV(B) 238º 0.56% 0.42% -
XYZ 5.07 3.99 14.69 -
YUV 56.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 48 50 108 0.56 0.54 0 0.58 238 0.38 0.31
Hex 30 32 6C 38 36 0 3A EE 26 1F
Octal 60 62 154 70 66 0 72 356 46 37
Binary 110000 110010 1101100 111000 110110 0 111010 11101110 100110 11111

Color Harmonies of #30326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30326C

Black with #30326C

Text Example


Text Example

White with #30326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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