Html Css Color HEX #30496C Cello

📋 copy color: '#30496C'

red 48 ◦ green 73 ◦ blue 108

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

Shades of Cello #30496C

Tints of Cello #30496C

RGB

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

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

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

R = 20.96%
G = 31.88%
B = 47.16%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30496C (or 0x30496C) is known color: Cello. HEX triplet: 30, 49 and 6C. RGB value is (48,73,108). Sum of RGB (Red+Green+Blue) = 48+73+108=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #30496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30496C is #CFB693. Grayscale: #454545. Windows color (decimal): -13612692 or 7096624. OLE color: 7096624.

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

Color convert

RGB 48 73 108 -
CMYK 0.56 0.32 0 0.58
HSL 215º 0.38% 0.31% -
HSV(B) 215º 0.56% 0.42% -
XYZ 6.31 6.48 15.1 -
YUV 69.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 48 73 108 0.56 0.32 0 0.58 215 0.38 0.31
Hex 30 49 6C 38 20 0 3A D7 26 1F
Octal 60 111 154 70 40 0 72 327 46 37
Binary 110000 1001001 1101100 111000 100000 0 111010 11010111 100110 11111

Color Harmonies of #30496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30496C

Black with #30496C

Text Example


Text Example

White with #30496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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