Html Css Color HEX #304869 Cello

📋 copy color: '#304869'

red 48 ◦ green 72 ◦ blue 105

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

Shades of Cello #304869

Tints of Cello #304869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 21.33%
G = 32%
B = 46.67%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304869 (or 0x304869) is known color: Cello. HEX triplet: 30, 48 and 69. RGB value is (48,72,105). Sum of RGB (Red+Green+Blue) = 48+72+105=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #304869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304869 is #CFB796. Grayscale: #444444. Windows color (decimal): -13612951 or 6899760. OLE color: 6899760.

HSL color Cylindrical-coordinate representation of color #304869: hue angle of 214.74º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304869 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 72 105 -
CMYK 0.54 0.31 0 0.59
HSL 214.74º 0.37% 0.3% -
HSV(B) 214.74º 0.54% 0.41% -
XYZ 6.09 6.28 14.26 -
YUV 68.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 48 72 105 0.54 0.31 0 0.59 214.74 0.37 0.3
Hex 30 48 69 36 1F 0 3B D7 25 1E
Octal 60 110 151 66 37 0 73 327 45 36
Binary 110000 1001000 1101001 110110 11111 0 111011 11010111 100101 11110

Color Harmonies of #304869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304869

Black with #304869

Text Example


Text Example

White with #304869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304869; }

 p { color: rgb(48,72,105); }

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

background-color css

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

 a { background-color: rgb(48,72,105); }

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

border-color css

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

 span { border-color: rgb(48,72,105); }

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