Html Css Color HEX #304C66 Cello

📋 copy color: '#304C66'

red 48 ◦ green 76 ◦ blue 102

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

Shades of Cello #304C66

Tints of Cello #304C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 21.24%
G = 33.63%
B = 45.13%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304C66 (or 0x304C66) is known color: Cello. HEX triplet: 30, 4C and 66. RGB value is (48,76,102). Sum of RGB (Red+Green+Blue) = 48+76+102=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #304C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C66 is #CFB399. Grayscale: #464646. Windows color (decimal): -13611930 or 6704176. OLE color: 6704176.

HSL color Cylindrical-coordinate representation of color #304C66: hue angle of 208.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304C66 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 76 102 -
CMYK 0.53 0.25 0 0.6
HSL 208.89º 0.36% 0.29% -
HSV(B) 208.89º 0.53% 0.4% -
XYZ 6.2 6.76 13.55 -
YUV 70.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 48 76 102 0.53 0.25 0 0.6 208.89 0.36 0.29
Hex 30 4C 66 35 19 0 3C D1 24 1D
Octal 60 114 146 65 31 0 74 321 44 35
Binary 110000 1001100 1100110 110101 11001 0 111100 11010001 100100 11101

Color Harmonies of #304C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C66

Black with #304C66

Text Example


Text Example

White with #304C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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