Html Css Color HEX #304E64 Cello

📋 copy color: '#304E64'

red 48 ◦ green 78 ◦ blue 100

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

Shades of Cello #304E64

Tints of Cello #304E64

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

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

R = 21.24%
G = 34.51%
B = 44.25%

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

#304E64 (or 0x304E64) is known color: Cello. HEX triplet: 30, 4E and 64. RGB value is (48,78,100). Sum of RGB (Red+Green+Blue) = 48+78+100=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #304E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E64 is #CFB19B. Grayscale: #474747. Windows color (decimal): -13611420 or 6573616. OLE color: 6573616.

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

Color convert

RGB 48 78 100 -
CMYK 0.52 0.22 0 0.61
HSL 205.38º 0.35% 0.29% -
HSV(B) 205.38º 0.52% 0.39% -
XYZ 6.24 7 13.08 -
YUV 71.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 48 78 100 0.52 0.22 0 0.61 205.38 0.35 0.29
Hex 30 4E 64 34 16 0 3D CD 23 1D
Octal 60 116 144 64 26 0 75 315 43 35
Binary 110000 1001110 1100100 110100 10110 0 111101 11001101 100011 11101

Color Harmonies of #304E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E64

Black with #304E64

Text Example


Text Example

White with #304E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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