Html Css Color HEX #304763 Cello

📋 copy color: '#304763'

red 48 ◦ green 71 ◦ blue 99

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

Shades of Cello #304763

Tints of Cello #304763

RGB

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

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

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

R = 22.02%
G = 32.57%
B = 45.41%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304763 (or 0x304763) is known color: Cello. HEX triplet: 30, 47 and 63. RGB value is (48,71,99). Sum of RGB (Red+Green+Blue) = 48+71+99=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #304763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304763 is #CFB89C. Grayscale: #434343. Windows color (decimal): -13613213 or 6506288. OLE color: 6506288.

HSL color Cylindrical-coordinate representation of color #304763: hue angle of 212.94º 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 #304763 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 71 99 -
CMYK 0.52 0.28 0 0.61
HSL 212.94º 0.35% 0.29% -
HSV(B) 212.94º 0.52% 0.39% -
XYZ 5.72 6.04 12.67 -
YUV 67.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 48 71 99 0.52 0.28 0 0.61 212.94 0.35 0.29
Hex 30 47 63 34 1C 0 3D D5 23 1D
Octal 60 107 143 64 34 0 75 325 43 35
Binary 110000 1000111 1100011 110100 11100 0 111101 11010101 100011 11101

Color Harmonies of #304763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304763

Black with #304763

Text Example


Text Example

White with #304763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304763; }

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

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

background-color css

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

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

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

border-color css

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

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

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