Html Css Color HEX #309BAE Pelorous

📋 copy color: '#309BAE'

red 48 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #309BAE

Tints of Pelorous #309BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 12.73%
G = 41.11%
B = 46.15%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#309BAE (or 0x309BAE) is known color: Pelorous. HEX triplet: 30, 9B and AE. RGB value is (48,155,174). Sum of RGB (Red+Green+Blue) = 48+155+174=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #309BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BAE is #CF6451. Grayscale: #7C7C7C. Windows color (decimal): -13591634 or 11442992. OLE color: 11442992.

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

Color convert

RGB 48 155 174 -
CMYK 0.72 0.11 0 0.32
HSL 189.05º 0.57% 0.44% -
HSV(B) 189.05º 0.72% 0.68% -
XYZ 20.58 27.13 44.2 -
YUV 125.17 155.55 72.96 -
System Red Green Blue C M Y K H S L
Decimal 48 155 174 0.72 0.11 0 0.32 189.05 0.57 0.44
Hex 30 9B AE 48 B 0 20 BD 39 2C
Octal 60 233 256 110 13 0 40 275 71 54
Binary 110000 10011011 10101110 1001000 1011 0 100000 10111101 111001 101100

Color Harmonies of #309BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BAE

Black with #309BAE

Text Example


Text Example

White with #309BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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