Html Css Color HEX #30465C Cello

📋 copy color: '#30465C'

red 48 ◦ green 70 ◦ blue 92

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

Shades of Cello #30465C

Tints of Cello #30465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 22.86%
G = 33.33%
B = 43.81%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30465C (or 0x30465C) is known color: Cello. HEX triplet: 30, 46 and 5C. RGB value is (48,70,92). Sum of RGB (Red+Green+Blue) = 48+70+92=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #30465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465C is #CFB9A3. Grayscale: #414141. Windows color (decimal): -13613476 or 6047280. OLE color: 6047280.

HSL color Cylindrical-coordinate representation of color #30465C: hue angle of 210º 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 #30465C is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 70 92 -
CMYK 0.48 0.24 0 0.64
HSL 210º 0.31% 0.27% -
HSV(B) 210º 0.48% 0.36% -
XYZ 5.34 5.78 10.96 -
YUV 65.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 48 70 92 0.48 0.24 0 0.64 210 0.31 0.27
Hex 30 46 5C 30 18 0 40 D2 1F 1B
Octal 60 106 134 60 30 0 100 322 37 33
Binary 110000 1000110 1011100 110000 11000 0 1000000 11010010 11111 11011

Color Harmonies of #30465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30465C

Black with #30465C

Text Example


Text Example

White with #30465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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