Html Css Color HEX #304768 Cello

📋 copy color: '#304768'

red 48 ◦ green 71 ◦ blue 104

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

Shades of Cello #304768

Tints of Cello #304768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 21.52%
G = 31.84%
B = 46.64%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304768 (or 0x304768) is known color: Cello. HEX triplet: 30, 47 and 68. RGB value is (48,71,104). Sum of RGB (Red+Green+Blue) = 48+71+104=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #304768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304768 is #CFB897. Grayscale: #434343. Windows color (decimal): -13613208 or 6833968. OLE color: 6833968.

HSL color Cylindrical-coordinate representation of color #304768: hue angle of 215.36º 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 #304768 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 71 104 -
CMYK 0.54 0.32 0 0.59
HSL 215.36º 0.37% 0.3% -
HSV(B) 215.36º 0.54% 0.41% -
XYZ 5.97 6.13 13.97 -
YUV 67.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 48 71 104 0.54 0.32 0 0.59 215.36 0.37 0.3
Hex 30 47 68 36 20 0 3B D7 25 1E
Octal 60 107 150 66 40 0 73 327 45 36
Binary 110000 1000111 1101000 110110 100000 0 111011 11010111 100101 11110

Color Harmonies of #304768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304768

Black with #304768

Text Example


Text Example

White with #304768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304768; }

 p { color: rgb(48,71,104); }

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

background-color css

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

 a { background-color: rgb(48,71,104); }

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

border-color css

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

 span { border-color: rgb(48,71,104); }

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