Html Css Color HEX #3092AD Pelorous

📋 copy color: '#3092AD'

red 48 ◦ green 146 ◦ blue 173

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

Shades of Pelorous #3092AD

Tints of Pelorous #3092AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 13.08%
G = 39.78%
B = 47.14%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3092AD (or 0x3092AD) is known color: Pelorous. HEX triplet: 30, 92 and AD. RGB value is (48,146,173). Sum of RGB (Red+Green+Blue) = 48+146+173=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #3092AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3092AD is #CF6D52. Grayscale: #777777. Windows color (decimal): -13593939 or 11375152. OLE color: 11375152.

HSL color Cylindrical-coordinate representation of color #3092AD: hue angle of 192.96º 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 #3092AD is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 146 173 -
CMYK 0.72 0.16 0 0.32
HSL 192.96º 0.57% 0.43% -
HSV(B) 192.96º 0.72% 0.68% -
XYZ 19.04 24.2 43.2 -
YUV 119.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 48 146 173 0.72 0.16 0 0.32 192.96 0.57 0.43
Hex 30 92 AD 48 10 0 20 C1 39 2B
Octal 60 222 255 110 20 0 40 301 71 53
Binary 110000 10010010 10101101 1001000 10000 0 100000 11000001 111001 101011

Color Harmonies of #3092AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3092AD

Black with #3092AD

Text Example


Text Example

White with #3092AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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