Html Css Color HEX #304C63 Cello

📋 copy color: '#304C63'

red 48 ◦ green 76 ◦ blue 99

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

Shades of Cello #304C63

Tints of Cello #304C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 21.52%
G = 34.08%
B = 44.39%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304C63 (or 0x304C63) is known color: Cello. HEX triplet: 30, 4C and 63. RGB value is (48,76,99). Sum of RGB (Red+Green+Blue) = 48+76+99=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #304C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C63 is #CFB39C. Grayscale: #464646. Windows color (decimal): -13611933 or 6507568. OLE color: 6507568.

HSL color Cylindrical-coordinate representation of color #304C63: hue angle of 207.06º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304C63 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 76 99 -
CMYK 0.52 0.23 0 0.61
HSL 207.06º 0.35% 0.29% -
HSV(B) 207.06º 0.52% 0.39% -
XYZ 6.06 6.7 12.78 -
YUV 70.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 48 76 99 0.52 0.23 0 0.61 207.06 0.35 0.29
Hex 30 4C 63 34 17 0 3D CF 23 1D
Octal 60 114 143 64 27 0 75 317 43 35
Binary 110000 1001100 1100011 110100 10111 0 111101 11001111 100011 11101

Color Harmonies of #304C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C63

Black with #304C63

Text Example


Text Example

White with #304C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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