Html Css Color HEX #30496D Cello

📋 copy color: '#30496D'

red 48 ◦ green 73 ◦ blue 109

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

Shades of Cello #30496D

Tints of Cello #30496D

RGB

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

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

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

R = 20.87%
G = 31.74%
B = 47.39%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30496D (or 0x30496D) is known color: Cello. HEX triplet: 30, 49 and 6D. RGB value is (48,73,109). Sum of RGB (Red+Green+Blue) = 48+73+109=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #30496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30496D is #CFB692. Grayscale: #454545. Windows color (decimal): -13612691 or 7162160. OLE color: 7162160.

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

Color convert

RGB 48 73 109 -
CMYK 0.56 0.33 0 0.57
HSL 215.41º 0.39% 0.31% -
HSV(B) 215.41º 0.56% 0.43% -
XYZ 6.36 6.5 15.39 -
YUV 69.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 48 73 109 0.56 0.33 0 0.57 215.41 0.39 0.31
Hex 30 49 6D 38 21 0 39 D7 27 1F
Octal 60 111 155 70 41 0 71 327 47 37
Binary 110000 1001001 1101101 111000 100001 0 111001 11010111 100111 11111

Color Harmonies of #30496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30496D

Black with #30496D

Text Example


Text Example

White with #30496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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