Html Css Color HEX #30326D Deep Koamaru

📋 copy color: '#30326D'

red 48 ◦ green 50 ◦ blue 109

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

Shades of Deep Koamaru #30326D

Tints of Deep Koamaru #30326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 23.19%
G = 24.15%
B = 52.66%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30326D (or 0x30326D) is known color: Deep Koamaru. HEX triplet: 30, 32 and 6D. RGB value is (48,50,109). Sum of RGB (Red+Green+Blue) = 48+50+109=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #30326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326D is #CFCD92. Grayscale: #373737. Windows color (decimal): -13618579 or 7156272. OLE color: 7156272.

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

Color convert

RGB 48 50 109 -
CMYK 0.56 0.54 0 0.57
HSL 238.03º 0.39% 0.31% -
HSV(B) 238.03º 0.56% 0.43% -
XYZ 5.12 4.01 14.97 -
YUV 56.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 48 50 109 0.56 0.54 0 0.57 238.03 0.39 0.31
Hex 30 32 6D 38 36 0 39 EE 27 1F
Octal 60 62 155 70 66 0 71 356 47 37
Binary 110000 110010 1101101 111000 110110 0 111001 11101110 100111 11111

Color Harmonies of #30326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30326D

Black with #30326D

Text Example


Text Example

White with #30326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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