Html Css Color HEX #304A65 Cello

📋 copy color: '#304A65'

red 48 ◦ green 74 ◦ blue 101

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

Shades of Cello #304A65

Tints of Cello #304A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 21.52%
G = 33.18%
B = 45.29%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304A65 (or 0x304A65) is known color: Cello. HEX triplet: 30, 4A and 65. RGB value is (48,74,101). Sum of RGB (Red+Green+Blue) = 48+74+101=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #304A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A65 is #CFB59A. Grayscale: #454545. Windows color (decimal): -13612443 or 6638128. OLE color: 6638128.

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

Color convert

RGB 48 74 101 -
CMYK 0.52 0.27 0 0.60
HSL 210.57º 0.36% 0.29% -
HSV(B) 210.57º 0.52% 0.4% -
XYZ 6.02 6.47 13.24 -
YUV 69.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 48 74 101 0.52 0.27 0 0.60 210.57 0.36 0.29
Hex 30 4A 65 34 1B 0 3C D3 24 1D
Octal 60 112 145 64 33 0 74 323 44 35
Binary 110000 1001010 1100101 110100 11011 0 111100 11010011 100100 11101

Color Harmonies of #304A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A65

Black with #304A65

Text Example


Text Example

White with #304A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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