Html Css Color HEX #304C65 Cello

📋 copy color: '#304C65'

red 48 ◦ green 76 ◦ blue 101

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

Shades of Cello #304C65

Tints of Cello #304C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 21.33%
G = 33.78%
B = 44.89%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304C65 (or 0x304C65) is known color: Cello. HEX triplet: 30, 4C and 65. RGB value is (48,76,101). Sum of RGB (Red+Green+Blue) = 48+76+101=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #304C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C65 is #CFB39A. Grayscale: #464646. Windows color (decimal): -13611931 or 6638640. OLE color: 6638640.

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

Color convert

RGB 48 76 101 -
CMYK 0.52 0.25 0 0.60
HSL 208.3º 0.36% 0.29% -
HSV(B) 208.3º 0.52% 0.4% -
XYZ 6.15 6.74 13.29 -
YUV 70.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 48 76 101 0.52 0.25 0 0.60 208.3 0.36 0.29
Hex 30 4C 65 34 19 0 3C D0 24 1D
Octal 60 114 145 64 31 0 74 320 44 35
Binary 110000 1001100 1100101 110100 11001 0 111100 11010000 100100 11101

Color Harmonies of #304C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C65

Black with #304C65

Text Example


Text Example

White with #304C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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