Html Css Color HEX #304863 Cello

📋 copy color: '#304863'

red 48 ◦ green 72 ◦ blue 99

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

Shades of Cello #304863

Tints of Cello #304863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 21.92%
G = 32.88%
B = 45.21%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304863 (or 0x304863) is known color: Cello. HEX triplet: 30, 48 and 63. RGB value is (48,72,99). Sum of RGB (Red+Green+Blue) = 48+72+99=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #304863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304863 is #CFB79C. Grayscale: #434343. Windows color (decimal): -13612957 or 6506544. OLE color: 6506544.

HSL color Cylindrical-coordinate representation of color #304863: hue angle of 211.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304863 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 72 99 -
CMYK 0.52 0.27 0 0.61
HSL 211.76º 0.35% 0.29% -
HSV(B) 211.76º 0.52% 0.39% -
XYZ 5.79 6.16 12.69 -
YUV 67.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 48 72 99 0.52 0.27 0 0.61 211.76 0.35 0.29
Hex 30 48 63 34 1B 0 3D D4 23 1D
Octal 60 110 143 64 33 0 75 324 43 35
Binary 110000 1001000 1100011 110100 11011 0 111101 11010100 100011 11101

Color Harmonies of #304863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304863

Black with #304863

Text Example


Text Example

White with #304863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304863; }

 p { color: rgb(48,72,99); }

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

background-color css

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

 a { background-color: rgb(48,72,99); }

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

border-color css

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

 span { border-color: rgb(48,72,99); }

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