Html Css Color HEX #304558 Cello

📋 copy color: '#304558'

red 48 ◦ green 69 ◦ blue 88

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

Shades of Cello #304558

Tints of Cello #304558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 23.41%
G = 33.66%
B = 42.93%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#304558 (or 0x304558) is known color: Cello. HEX triplet: 30, 45 and 58. RGB value is (48,69,88). Sum of RGB (Red+Green+Blue) = 48+69+88=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #304558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304558 is #CFBAA7. Grayscale: #404040. Windows color (decimal): -13613736 or 5784880. OLE color: 5784880.

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

Color convert

RGB 48 69 88 -
CMYK 0.45 0.22 0 0.65
HSL 208.5º 0.29% 0.27% -
HSV(B) 208.5º 0.45% 0.35% -
XYZ 5.11 5.59 10.04 -
YUV 64.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 48 69 88 0.45 0.22 0 0.65 208.5 0.29 0.27
Hex 30 45 58 2D 16 0 41 D0 1D 1B
Octal 60 105 130 55 26 0 101 320 35 33
Binary 110000 1000101 1011000 101101 10110 0 1000001 11010000 11101 11011

Color Harmonies of #304558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304558

Black with #304558

Text Example


Text Example

White with #304558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304558; }

 p { color: rgb(48,69,88); }

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

background-color css

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

 a { background-color: rgb(48,69,88); }

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

border-color css

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

 span { border-color: rgb(48,69,88); }

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