Html Css Color HEX #3096AD Pelorous

📋 copy color: '#3096AD'

red 48 ◦ green 150 ◦ blue 173

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

Shades of Pelorous #3096AD

Tints of Pelorous #3096AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 12.94%
G = 40.43%
B = 46.63%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3096AD (or 0x3096AD) is known color: Pelorous. HEX triplet: 30, 96 and AD. RGB value is (48,150,173). Sum of RGB (Red+Green+Blue) = 48+150+173=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #3096AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3096AD is #CF6952. Grayscale: #797979. Windows color (decimal): -13592915 or 11376176. OLE color: 11376176.

HSL color Cylindrical-coordinate representation of color #3096AD: hue angle of 191.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3096AD is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 150 173 -
CMYK 0.72 0.13 0 0.32
HSL 191.04º 0.57% 0.43% -
HSV(B) 191.04º 0.72% 0.68% -
XYZ 19.67 25.46 43.41 -
YUV 122.12 156.71 75.13 -
System Red Green Blue C M Y K H S L
Decimal 48 150 173 0.72 0.13 0 0.32 191.04 0.57 0.43
Hex 30 96 AD 48 D 0 20 BF 39 2B
Octal 60 226 255 110 15 0 40 277 71 53
Binary 110000 10010110 10101101 1001000 1101 0 100000 10111111 111001 101011

Color Harmonies of #3096AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3096AD

Black with #3096AD

Text Example


Text Example

White with #3096AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3096AD; }

 p { color: rgb(48,150,173); }

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

background-color css

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

 a { background-color: rgb(48,150,173); }

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

border-color css

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

 span { border-color: rgb(48,150,173); }

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