Html Css Color HEX #304D62 Cello

📋 copy color: '#304D62'

red 48 ◦ green 77 ◦ blue 98

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

Shades of Cello #304D62

Tints of Cello #304D62

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

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

R = 21.52%
G = 34.53%
B = 43.95%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304D62 (or 0x304D62) is known color: Cello. HEX triplet: 30, 4D and 62. RGB value is (48,77,98). Sum of RGB (Red+Green+Blue) = 48+77+98=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #304D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D62 is #CFB29D. Grayscale: #464646. Windows color (decimal): -13611678 or 6442288. OLE color: 6442288.

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

Color convert

RGB 48 77 98 -
CMYK 0.51 0.21 0 0.62
HSL 205.2º 0.34% 0.29% -
HSV(B) 205.2º 0.51% 0.38% -
XYZ 6.08 6.82 12.55 -
YUV 70.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 48 77 98 0.51 0.21 0 0.62 205.2 0.34 0.29
Hex 30 4D 62 33 15 0 3E CD 22 1D
Octal 60 115 142 63 25 0 76 315 42 35
Binary 110000 1001101 1100010 110011 10101 0 111110 11001101 100010 11101

Color Harmonies of #304D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D62

Black with #304D62

Text Example


Text Example

White with #304D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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