Html Css Color HEX #30495F Cello

📋 copy color: '#30495F'

red 48 ◦ green 73 ◦ blue 95

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

Shades of Cello #30495F

Tints of Cello #30495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 22.22%
G = 33.8%
B = 43.98%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30495F (or 0x30495F) is known color: Cello. HEX triplet: 30, 49 and 5F. RGB value is (48,73,95). Sum of RGB (Red+Green+Blue) = 48+73+95=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #30495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30495F is #CFB6A0. Grayscale: #434343. Windows color (decimal): -13612705 or 6244656. OLE color: 6244656.

HSL color Cylindrical-coordinate representation of color #30495F: hue angle of 208.09º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30495F is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 73 95 -
CMYK 0.49 0.23 0 0.63
HSL 208.09º 0.33% 0.28% -
HSV(B) 208.09º 0.49% 0.37% -
XYZ 5.67 6.22 11.73 -
YUV 68.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 48 73 95 0.49 0.23 0 0.63 208.09 0.33 0.28
Hex 30 49 5F 31 17 0 3F D0 21 1C
Octal 60 111 137 61 27 0 77 320 41 34
Binary 110000 1001001 1011111 110001 10111 0 111111 11010000 100001 11100

Color Harmonies of #30495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30495F

Black with #30495F

Text Example


Text Example

White with #30495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30495F; }

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

 H1.HeaderClassName
 {
   color: #30495F;
 }
 .AnyTagClassName
 {
   color: #30495F;
 }
</style>

background-color css

<style>
 a { background-color: #30495F; }

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

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

border-color css

<style>
 span { border-color: #30495F; }

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

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