Html Css Color HEX #304662 Cello

📋 copy color: '#304662'

red 48 ◦ green 70 ◦ blue 98

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

Shades of Cello #304662

Tints of Cello #304662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 22.22%
G = 32.41%
B = 45.37%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#304662 (or 0x304662) is known color: Cello. HEX triplet: 30, 46 and 62. RGB value is (48,70,98). Sum of RGB (Red+Green+Blue) = 48+70+98=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #304662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304662 is #CFB99D. Grayscale: #424242. Windows color (decimal): -13613470 or 6440496. OLE color: 6440496.

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

Color convert

RGB 48 70 98 -
CMYK 0.51 0.29 0 0.62
HSL 213.6º 0.34% 0.29% -
HSV(B) 213.6º 0.51% 0.38% -
XYZ 5.61 5.89 12.4 -
YUV 66.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 48 70 98 0.51 0.29 0 0.62 213.6 0.34 0.29
Hex 30 46 62 33 1D 0 3E D6 22 1D
Octal 60 106 142 63 35 0 76 326 42 35
Binary 110000 1000110 1100010 110011 11101 0 111110 11010110 100010 11101

Color Harmonies of #304662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304662

Black with #304662

Text Example


Text Example

White with #304662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304662; }

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

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

background-color css

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

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

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

border-color css

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

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

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