Html Css Color HEX #309DAA Pelorous

📋 copy color: '#309DAA'

red 48 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #309DAA

Tints of Pelorous #309DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.87%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 12.8%
G = 41.87%
B = 45.33%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#309DAA (or 0x309DAA) is known color: Pelorous. HEX triplet: 30, 9D and AA. RGB value is (48,157,170). Sum of RGB (Red+Green+Blue) = 48+157+170=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #309DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309DAA is #CF6255. Grayscale: #7D7D7D. Windows color (decimal): -13591126 or 11181360. OLE color: 11181360.

HSL color Cylindrical-coordinate representation of color #309DAA: hue angle of 186.39º 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 #309DAA is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 157 170 -
CMYK 0.72 0.08 0 0.33
HSL 186.39º 0.56% 0.43% -
HSV(B) 186.39º 0.72% 0.67% -
XYZ 20.53 27.64 42.28 -
YUV 125.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 48 157 170 0.72 0.08 0 0.33 186.39 0.56 0.43
Hex 30 9D AA 48 8 0 21 BA 38 2B
Octal 60 235 252 110 10 0 41 272 70 53
Binary 110000 10011101 10101010 1001000 1000 0 100001 10111010 111000 101011

Color Harmonies of #309DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DAA

Black with #309DAA

Text Example


Text Example

White with #309DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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