Html Css Color HEX #304D64 Cello

📋 copy color: '#304D64'

red 48 ◦ green 77 ◦ blue 100

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

Shades of Cello #304D64

Tints of Cello #304D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 21.33%
G = 34.22%
B = 44.44%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304D64 (or 0x304D64) is known color: Cello. HEX triplet: 30, 4D and 64. RGB value is (48,77,100). Sum of RGB (Red+Green+Blue) = 48+77+100=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #304D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D64 is #CFB29B. Grayscale: #464646. Windows color (decimal): -13611676 or 6573360. OLE color: 6573360.

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

Color convert

RGB 48 77 100 -
CMYK 0.52 0.23 0 0.61
HSL 206.54º 0.35% 0.29% -
HSV(B) 206.54º 0.52% 0.39% -
XYZ 6.17 6.86 13.05 -
YUV 70.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 48 77 100 0.52 0.23 0 0.61 206.54 0.35 0.29
Hex 30 4D 64 34 17 0 3D CF 23 1D
Octal 60 115 144 64 27 0 75 317 43 35
Binary 110000 1001101 1100100 110100 10111 0 111101 11001111 100011 11101

Color Harmonies of #304D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D64

Black with #304D64

Text Example


Text Example

White with #304D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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