Html Css Color HEX #309DAE Pelorous

📋 copy color: '#309DAE'

red 48 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #309DAE

Tints of Pelorous #309DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 12.66%
G = 41.42%
B = 45.91%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#309DAE (or 0x309DAE) is known color: Pelorous. HEX triplet: 30, 9D and AE. RGB value is (48,157,174). Sum of RGB (Red+Green+Blue) = 48+157+174=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #309DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309DAE is #CF6251. Grayscale: #7E7E7E. Windows color (decimal): -13591122 or 11443504. OLE color: 11443504.

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

Color convert

RGB 48 157 174 -
CMYK 0.72 0.10 0 0.32
HSL 188.1º 0.57% 0.44% -
HSV(B) 188.1º 0.72% 0.68% -
XYZ 20.92 27.8 44.31 -
YUV 126.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 48 157 174 0.72 0.10 0 0.32 188.1 0.57 0.44
Hex 30 9D AE 48 A 0 20 BC 39 2C
Octal 60 235 256 110 12 0 40 274 71 54
Binary 110000 10011101 10101110 1001000 1010 0 100000 10111100 111001 101100

Color Harmonies of #309DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DAE

Black with #309DAE

Text Example


Text Example

White with #309DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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