Html Css Color HEX #304962 Cello

📋 copy color: '#304962'

red 48 ◦ green 73 ◦ blue 98

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

Shades of Cello #304962

Tints of Cello #304962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

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

R = 21.92%
G = 33.33%
B = 44.75%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304962 (or 0x304962) is known color: Cello. HEX triplet: 30, 49 and 62. RGB value is (48,73,98). Sum of RGB (Red+Green+Blue) = 48+73+98=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #304962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304962 is #CFB69D. Grayscale: #444444. Windows color (decimal): -13612702 or 6441264. OLE color: 6441264.

HSL color Cylindrical-coordinate representation of color #304962: hue angle of 210º 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 #304962 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 73 98 -
CMYK 0.51 0.26 0 0.62
HSL 210º 0.34% 0.29% -
HSV(B) 210º 0.51% 0.38% -
XYZ 5.81 6.28 12.46 -
YUV 68.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 48 73 98 0.51 0.26 0 0.62 210 0.34 0.29
Hex 30 49 62 33 1A 0 3E D2 22 1D
Octal 60 111 142 63 32 0 76 322 42 35
Binary 110000 1001001 1100010 110011 11010 0 111110 11010010 100010 11101

Color Harmonies of #304962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304962

Black with #304962

Text Example


Text Example

White with #304962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304962; }

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

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

background-color css

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

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

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

border-color css

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

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

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