Html Css Color HEX #304961 Cello

📋 copy color: '#304961'

red 48 ◦ green 73 ◦ blue 97

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

Shades of Cello #304961

Tints of Cello #304961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

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

R = 22.02%
G = 33.49%
B = 44.5%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304961 (or 0x304961) is known color: Cello. HEX triplet: 30, 49 and 61. RGB value is (48,73,97). Sum of RGB (Red+Green+Blue) = 48+73+97=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #304961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304961 is #CFB69E. Grayscale: #444444. Windows color (decimal): -13612703 or 6375728. OLE color: 6375728.

HSL color Cylindrical-coordinate representation of color #304961: hue angle of 209.39º 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 #304961 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 73 97 -
CMYK 0.51 0.25 0 0.62
HSL 209.39º 0.34% 0.28% -
HSV(B) 209.39º 0.51% 0.38% -
XYZ 5.76 6.26 12.21 -
YUV 68.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 48 73 97 0.51 0.25 0 0.62 209.39 0.34 0.28
Hex 30 49 61 33 19 0 3E D1 22 1C
Octal 60 111 141 63 31 0 76 321 42 34
Binary 110000 1001001 1100001 110011 11001 0 111110 11010001 100010 11100

Color Harmonies of #304961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304961

Black with #304961

Text Example


Text Example

White with #304961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304961; }

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

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

background-color css

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

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

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

border-color css

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

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

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