Html Css Color HEX #309AAE Pelorous

📋 copy color: '#309AAE'

red 48 ◦ green 154 ◦ blue 174

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

Shades of Pelorous #309AAE

Tints of Pelorous #309AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 12.77%
G = 40.96%
B = 46.28%

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

#309AAE (or 0x309AAE) is known color: Pelorous. HEX triplet: 30, 9A and AE. RGB value is (48,154,174). Sum of RGB (Red+Green+Blue) = 48+154+174=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #309AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309AAE is #CF6551. Grayscale: #7C7C7C. Windows color (decimal): -13591890 or 11442736. OLE color: 11442736.

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

Color convert

RGB 48 154 174 -
CMYK 0.72 0.11 0 0.32
HSL 189.52º 0.57% 0.44% -
HSV(B) 189.52º 0.72% 0.68% -
XYZ 20.41 26.8 44.14 -
YUV 124.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 48 154 174 0.72 0.11 0 0.32 189.52 0.57 0.44
Hex 30 9A AE 48 B 0 20 BE 39 2C
Octal 60 232 256 110 13 0 40 276 71 54
Binary 110000 10011010 10101110 1001000 1011 0 100000 10111110 111001 101100

Color Harmonies of #309AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AAE

Black with #309AAE

Text Example


Text Example

White with #309AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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