Html Css Color HEX #309DAC Pelorous

📋 copy color: '#309DAC'

red 48 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #309DAC

Tints of Pelorous #309DAC

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 value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#309DAC (or 0x309DAC) is known color: 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

RGB 48 157 172 -
CMYK 0.72 0.09 0 0.33
HSL 187.26º 0.56% 0.43% -
HSV(B) 187.26º 0.72% 0.67% -
XYZ 20.72 27.72 43.29 -
YUV 126.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 48 157 172 0.72 0.09 0 0.33 187.26 0.56 0.43
Hex 30 9D AC 48 9 0 21 BB 38 2B
Octal 60 235 254 110 11 0 41 273 70 53
Binary 110000 10011101 10101100 1001000 1001 0 100001 10111011 111000 101011

Color Harmonies of #309DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DAC

Black with #309DAC

Text Example


Text Example

White with #309DAC

Text Example


Text Example

HTML Codes & Css Web 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>