Html Css Color HEX #304659 Cello

📋 copy color: '#304659'

red 48 ◦ green 70 ◦ blue 89

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

Shades of Cello #304659

Tints of Cello #304659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 89 (35.16% from 255) = 43%

R = 23.19%
G = 33.82%
B = 43%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#304659 (or 0x304659) is known color: Cello. HEX triplet: 30, 46 and 59. RGB value is (48,70,89). Sum of RGB (Red+Green+Blue) = 48+70+89=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #304659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304659 is #CFB9A6. Grayscale: #414141. Windows color (decimal): -13613479 or 5850672. OLE color: 5850672.

HSL color Cylindrical-coordinate representation of color #304659: hue angle of 207.8º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304659 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 70 89 -
CMYK 0.46 0.21 0 0.65
HSL 207.8º 0.3% 0.27% -
HSV(B) 207.8º 0.46% 0.35% -
XYZ 5.21 5.73 10.28 -
YUV 65.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 48 70 89 0.46 0.21 0 0.65 207.8 0.3 0.27
Hex 30 46 59 2E 15 0 41 D0 1E 1B
Octal 60 106 131 56 25 0 101 320 36 33
Binary 110000 1000110 1011001 101110 10101 0 1000001 11010000 11110 11011

Color Harmonies of #304659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304659

Black with #304659

Text Example


Text Example

White with #304659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304659; }

 p { color: rgb(48,70,89); }

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

background-color css

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

 a { background-color: rgb(48,70,89); }

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

border-color css

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

 span { border-color: rgb(48,70,89); }

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