Html Css Color HEX #30326B Deep Koamaru

📋 copy color: '#30326B'

red 48 ◦ green 50 ◦ blue 107

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

Shades of Deep Koamaru #30326B

Tints of Deep Koamaru #30326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 23.41%
G = 24.39%
B = 52.2%

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

#30326B (or 0x30326B) is known color: Deep Koamaru. HEX triplet: 30, 32 and 6B. RGB value is (48,50,107). Sum of RGB (Red+Green+Blue) = 48+50+107=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #30326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326B is #CFCD94. Grayscale: #373737. Windows color (decimal): -13618581 or 7025200. OLE color: 7025200.

HSL color Cylindrical-coordinate representation of color #30326B: hue angle of 237.97º 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 #30326B is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 50 107 -
CMYK 0.55 0.53 0 0.58
HSL 237.97º 0.38% 0.3% -
HSV(B) 237.97º 0.55% 0.42% -
XYZ 5.01 3.97 14.41 -
YUV 55.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 48 50 107 0.55 0.53 0 0.58 237.97 0.38 0.3
Hex 30 32 6B 37 35 0 3A EE 26 1E
Octal 60 62 153 67 65 0 72 356 46 36
Binary 110000 110010 1101011 110111 110101 0 111010 11101110 100110 11110

Color Harmonies of #30326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30326B

Black with #30326B

Text Example


Text Example

White with #30326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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