Html Css Color HEX #304C68 Cello

📋 copy color: '#304C68'

red 48 ◦ green 76 ◦ blue 104

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

Shades of Cello #304C68

Tints of Cello #304C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

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

R = 21.05%
G = 33.33%
B = 45.61%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304C68 (or 0x304C68) is known color: Cello. HEX triplet: 30, 4C and 68. RGB value is (48,76,104). Sum of RGB (Red+Green+Blue) = 48+76+104=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #304C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C68 is #CFB397. Grayscale: #464646. Windows color (decimal): -13611928 or 6835248. OLE color: 6835248.

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

Color convert

RGB 48 76 104 -
CMYK 0.54 0.27 0 0.59
HSL 210º 0.37% 0.3% -
HSV(B) 210º 0.54% 0.41% -
XYZ 6.3 6.8 14.08 -
YUV 70.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 48 76 104 0.54 0.27 0 0.59 210 0.37 0.3
Hex 30 4C 68 36 1B 0 3B D2 25 1E
Octal 60 114 150 66 33 0 73 322 45 36
Binary 110000 1001100 1101000 110110 11011 0 111011 11010010 100101 11110

Color Harmonies of #304C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C68

Black with #304C68

Text Example


Text Example

White with #304C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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