Html Css Color HEX #304D63 Cello

📋 copy color: '#304D63'

red 48 ◦ green 77 ◦ blue 99

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

Shades of Cello #304D63

Tints of Cello #304D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

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

R = 21.43%
G = 34.38%
B = 44.2%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304D63 (or 0x304D63) is known color: Cello. HEX triplet: 30, 4D and 63. RGB value is (48,77,99). Sum of RGB (Red+Green+Blue) = 48+77+99=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #304D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D63 is #CFB29C. Grayscale: #464646. Windows color (decimal): -13611677 or 6507824. OLE color: 6507824.

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

Color convert

RGB 48 77 99 -
CMYK 0.52 0.22 0 0.61
HSL 205.88º 0.35% 0.29% -
HSV(B) 205.88º 0.52% 0.39% -
XYZ 6.12 6.84 12.8 -
YUV 70.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 48 77 99 0.52 0.22 0 0.61 205.88 0.35 0.29
Hex 30 4D 63 34 16 0 3D CE 23 1D
Octal 60 115 143 64 26 0 75 316 43 35
Binary 110000 1001101 1100011 110100 10110 0 111101 11001110 100011 11101

Color Harmonies of #304D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D63

Black with #304D63

Text Example


Text Example

White with #304D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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