Html Css Color HEX #30475F Cello

📋 copy color: '#30475F'

red 48 ◦ green 71 ◦ blue 95

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

Shades of Cello #30475F

Tints of Cello #30475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.18%

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

R = 22.43%
G = 33.18%
B = 44.39%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30475F (or 0x30475F) is known color: Cello. HEX triplet: 30, 47 and 5F. RGB value is (48,71,95). Sum of RGB (Red+Green+Blue) = 48+71+95=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #30475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30475F is #CFB8A0. Grayscale: #424242. Windows color (decimal): -13613217 or 6244144. OLE color: 6244144.

HSL color Cylindrical-coordinate representation of color #30475F: hue angle of 210.64º 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 #30475F is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 71 95 -
CMYK 0.49 0.25 0 0.63
HSL 210.64º 0.33% 0.28% -
HSV(B) 210.64º 0.49% 0.37% -
XYZ 5.54 5.96 11.69 -
YUV 66.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 48 71 95 0.49 0.25 0 0.63 210.64 0.33 0.28
Hex 30 47 5F 31 19 0 3F D3 21 1C
Octal 60 107 137 61 31 0 77 323 41 34
Binary 110000 1000111 1011111 110001 11001 0 111111 11010011 100001 11100

Color Harmonies of #30475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30475F

Black with #30475F

Text Example


Text Example

White with #30475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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