Html Css Color HEX #304963 Cello

📋 copy color: '#304963'

red 48 ◦ green 73 ◦ blue 99

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

Shades of Cello #304963

Tints of Cello #304963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

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

R = 21.82%
G = 33.18%
B = 45%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304963 (or 0x304963) is known color: Cello. HEX triplet: 30, 49 and 63. RGB value is (48,73,99). Sum of RGB (Red+Green+Blue) = 48+73+99=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #304963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304963 is #CFB69C. Grayscale: #444444. Windows color (decimal): -13612701 or 6506800. OLE color: 6506800.

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

Color convert

RGB 48 73 99 -
CMYK 0.52 0.26 0 0.61
HSL 210.59º 0.35% 0.29% -
HSV(B) 210.59º 0.52% 0.39% -
XYZ 5.85 6.29 12.71 -
YUV 68.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 48 73 99 0.52 0.26 0 0.61 210.59 0.35 0.29
Hex 30 49 63 34 1A 0 3D D3 23 1D
Octal 60 111 143 64 32 0 75 323 43 35
Binary 110000 1001001 1100011 110100 11010 0 111101 11010011 100011 11101

Color Harmonies of #304963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304963

Black with #304963

Text Example


Text Example

White with #304963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304963; }

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

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

background-color css

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

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

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

border-color css

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

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

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