Html Css Color HEX #30496A Cello

📋 copy color: '#30496A'

red 48 ◦ green 73 ◦ blue 106

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

Shades of Cello #30496A

Tints of Cello #30496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 21.15%
G = 32.16%
B = 46.7%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30496A (or 0x30496A) is known color: Cello. HEX triplet: 30, 49 and 6A. RGB value is (48,73,106). Sum of RGB (Red+Green+Blue) = 48+73+106=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #30496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30496A is #CFB695. Grayscale: #454545. Windows color (decimal): -13612694 or 6965552. OLE color: 6965552.

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

Color convert

RGB 48 73 106 -
CMYK 0.55 0.31 0 0.58
HSL 214.14º 0.38% 0.3% -
HSV(B) 214.14º 0.55% 0.42% -
XYZ 6.2 6.43 14.55 -
YUV 69.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 48 73 106 0.55 0.31 0 0.58 214.14 0.38 0.3
Hex 30 49 6A 37 1F 0 3A D6 26 1E
Octal 60 111 152 67 37 0 72 326 46 36
Binary 110000 1001001 1101010 110111 11111 0 111010 11010110 100110 11110

Color Harmonies of #30496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30496A

Black with #30496A

Text Example


Text Example

White with #30496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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