Html Css Color HEX #304661 Cello

📋 copy color: '#304661'

red 48 ◦ green 70 ◦ blue 97

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

Shades of Cello #304661

Tints of Cello #304661

RGB

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

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

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

R = 22.33%
G = 32.56%
B = 45.12%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304661 (or 0x304661) is known color: Cello. HEX triplet: 30, 46 and 61. RGB value is (48,70,97). Sum of RGB (Red+Green+Blue) = 48+70+97=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #304661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304661 is #CFB99E. Grayscale: #424242. Windows color (decimal): -13613471 or 6374960. OLE color: 6374960.

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

Color convert

RGB 48 70 97 -
CMYK 0.51 0.28 0 0.62
HSL 213.06º 0.34% 0.28% -
HSV(B) 213.06º 0.51% 0.38% -
XYZ 5.57 5.87 12.15 -
YUV 66.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 48 70 97 0.51 0.28 0 0.62 213.06 0.34 0.28
Hex 30 46 61 33 1C 0 3E D5 22 1C
Octal 60 106 141 63 34 0 76 325 42 34
Binary 110000 1000110 1100001 110011 11100 0 111110 11010101 100010 11100

Color Harmonies of #304661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304661

Black with #304661

Text Example


Text Example

White with #304661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304661; }

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

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

background-color css

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

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

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

border-color css

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

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

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