Html Css Color HEX #30475C Cello

📋 copy color: '#30475C'

red 48 ◦ green 71 ◦ blue 92

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

Shades of Cello #30475C

Tints of Cello #30475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 22.75%
G = 33.65%
B = 43.6%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30475C (or 0x30475C) is known color: Cello. HEX triplet: 30, 47 and 5C. RGB value is (48,71,92). Sum of RGB (Red+Green+Blue) = 48+71+92=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #30475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30475C is #CFB8A3. Grayscale: #424242. Windows color (decimal): -13613220 or 6047536. OLE color: 6047536.

HSL color Cylindrical-coordinate representation of color #30475C: hue angle of 208.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30475C is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 71 92 -
CMYK 0.48 0.23 0 0.64
HSL 208.64º 0.31% 0.27% -
HSV(B) 208.64º 0.48% 0.36% -
XYZ 5.4 5.91 10.98 -
YUV 66.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 48 71 92 0.48 0.23 0 0.64 208.64 0.31 0.27
Hex 30 47 5C 30 17 0 40 D1 1F 1B
Octal 60 107 134 60 27 0 100 321 37 33
Binary 110000 1000111 1011100 110000 10111 0 1000000 11010001 11111 11011

Color Harmonies of #30475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30475C

Black with #30475C

Text Example


Text Example

White with #30475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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