Html Css Color HEX #304861 Cello

📋 copy color: '#304861'

red 48 ◦ green 72 ◦ blue 97

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

Shades of Cello #304861

Tints of Cello #304861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 22.12%
G = 33.18%
B = 44.7%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304861 (or 0x304861) is known color: Cello. HEX triplet: 30, 48 and 61. RGB value is (48,72,97). Sum of RGB (Red+Green+Blue) = 48+72+97=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #304861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304861 is #CFB79E. Grayscale: #434343. Windows color (decimal): -13612959 or 6375472. OLE color: 6375472.

HSL color Cylindrical-coordinate representation of color #304861: hue angle of 210.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304861 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 72 97 -
CMYK 0.51 0.26 0 0.62
HSL 210.61º 0.34% 0.28% -
HSV(B) 210.61º 0.51% 0.38% -
XYZ 5.69 6.13 12.19 -
YUV 67.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 48 72 97 0.51 0.26 0 0.62 210.61 0.34 0.28
Hex 30 48 61 33 1A 0 3E D3 22 1C
Octal 60 110 141 63 32 0 76 323 42 34
Binary 110000 1001000 1100001 110011 11010 0 111110 11010011 100010 11100

Color Harmonies of #304861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304861

Black with #304861

Text Example


Text Example

White with #304861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304861; }

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

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

background-color css

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

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

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

border-color css

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

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

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