Html Css Color HEX #304A62 Cello

📋 copy color: '#304A62'

red 48 ◦ green 74 ◦ blue 98

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

Shades of Cello #304A62

Tints of Cello #304A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 21.82%
G = 33.64%
B = 44.55%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304A62 (or 0x304A62) is known color: Cello. HEX triplet: 30, 4A and 62. RGB value is (48,74,98). Sum of RGB (Red+Green+Blue) = 48+74+98=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #304A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A62 is #CFB59D. Grayscale: #444444. Windows color (decimal): -13612446 or 6441520. OLE color: 6441520.

HSL color Cylindrical-coordinate representation of color #304A62: hue angle of 208.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304A62 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 74 98 -
CMYK 0.51 0.24 0 0.62
HSL 208.8º 0.34% 0.29% -
HSV(B) 208.8º 0.51% 0.38% -
XYZ 5.87 6.41 12.48 -
YUV 68.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 48 74 98 0.51 0.24 0 0.62 208.8 0.34 0.29
Hex 30 4A 62 33 18 0 3E D1 22 1D
Octal 60 112 142 63 30 0 76 321 42 35
Binary 110000 1001010 1100010 110011 11000 0 111110 11010001 100010 11101

Color Harmonies of #304A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A62

Black with #304A62

Text Example


Text Example

White with #304A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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