#309DAC

Color #309DAC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #309DAC

Tints of Pelorous #309DAC

Color information

#309DAC (or 0x309DAC) is unknown color: approx Pelorous. HEX triplet: 30, 9D and AC. RGB value is (48,157,172). Sum of RGB (Red+Green+Blue) = 48+157+172=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #309DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309DAC is #CF6253. Grayscale: #7D7D7D. Windows color (decimal): -13591124 or 11312432. OLE color: 11312432.

HSL color Cylindrical-coordinate representation of color #309DAC: hue angle of 187.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309DAC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48157172-
CMYK0.720.0900.33
HSL187.26º56.36%43.14%-
HSV(B)187.26º72.09%67.45%-
XYZ20.7227.7243.29-
YUV126.12153.8972.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.73%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=12.73%
G=41.64%
B=45.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481571720.720.0900.33187.2656.3643.14
Hex309DAC489021bb382b
Octal60235254110110412737053
Binary110000100111011010110010010001001010000110111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309DAC; }

 p { color: rgb(48,157,172); }

 H1.HeaderClassName
 {
   color: #309DAC;
 }
 .AnyTagClassName
 {
   color: #309DAC;
 }
</style>
background-color css

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

 a { background-color: rgb(48,157,172); }

 div.DivClassName
 {
   background-color: #309DAC;
 }
 .BgClassName
 {
   background-color: #309DAC;
 }
</style>
border-color css

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

 span { border-color: rgb(48,157,172); }

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