Html Css Color HEX #304862 Cello

📋 copy color: '#304862'

red 48 ◦ green 72 ◦ blue 98

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

Shades of Cello #304862

Tints of Cello #304862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

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

R = 22.02%
G = 33.03%
B = 44.95%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304862 (or 0x304862) is known color: Cello. HEX triplet: 30, 48 and 62. RGB value is (48,72,98). Sum of RGB (Red+Green+Blue) = 48+72+98=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #304862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304862 is #CFB79D. Grayscale: #434343. Windows color (decimal): -13612958 or 6441008. OLE color: 6441008.

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

Color convert

RGB 48 72 98 -
CMYK 0.51 0.27 0 0.62
HSL 211.2º 0.34% 0.29% -
HSV(B) 211.2º 0.51% 0.38% -
XYZ 5.74 6.14 12.44 -
YUV 67.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 48 72 98 0.51 0.27 0 0.62 211.2 0.34 0.29
Hex 30 48 62 33 1B 0 3E D3 22 1D
Octal 60 110 142 63 33 0 76 323 42 35
Binary 110000 1001000 1100010 110011 11011 0 111110 11010011 100010 11101

Color Harmonies of #304862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304862

Black with #304862

Text Example


Text Example

White with #304862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304862; }

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

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

background-color css

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

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

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

border-color css

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

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

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