Html Css Color HEX #304866 Cello

📋 copy color: '#304866'

red 48 ◦ green 72 ◦ blue 102

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

Shades of Cello #304866

Tints of Cello #304866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 21.62%
G = 32.43%
B = 45.95%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304866 (or 0x304866) is known color: Cello. HEX triplet: 30, 48 and 66. RGB value is (48,72,102). Sum of RGB (Red+Green+Blue) = 48+72+102=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #304866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304866 is #CFB799. Grayscale: #444444. Windows color (decimal): -13612954 or 6703152. OLE color: 6703152.

HSL color Cylindrical-coordinate representation of color #304866: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304866 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 72 102 -
CMYK 0.53 0.29 0 0.6
HSL 213.33º 0.36% 0.29% -
HSV(B) 213.33º 0.53% 0.4% -
XYZ 5.93 6.22 13.46 -
YUV 68.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 48 72 102 0.53 0.29 0 0.6 213.33 0.36 0.29
Hex 30 48 66 35 1D 0 3C D5 24 1D
Octal 60 110 146 65 35 0 74 325 44 35
Binary 110000 1001000 1100110 110101 11101 0 111100 11010101 100100 11101

Color Harmonies of #304866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304866

Black with #304866

Text Example


Text Example

White with #304866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304866; }

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

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

background-color css

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

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

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

border-color css

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

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

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