Html Css Color HEX #309AAA Pelorous

📋 copy color: '#309AAA'

red 48 ◦ green 154 ◦ blue 170

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

Shades of Pelorous #309AAA

Tints of Pelorous #309AAA

RGB

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

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

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

R = 12.9%
G = 41.4%
B = 45.7%

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

#309AAA (or 0x309AAA) is known color: Pelorous. HEX triplet: 30, 9A and AA. RGB value is (48,154,170). Sum of RGB (Red+Green+Blue) = 48+154+170=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #309AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309AAA is #CF6555. Grayscale: #7B7B7B. Windows color (decimal): -13591894 or 11180592. OLE color: 11180592.

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

Color convert

RGB 48 154 170 -
CMYK 0.72 0.09 0 0.33
HSL 187.87º 0.56% 0.43% -
HSV(B) 187.87º 0.72% 0.67% -
XYZ 20.03 26.64 42.12 -
YUV 124.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 48 154 170 0.72 0.09 0 0.33 187.87 0.56 0.43
Hex 30 9A AA 48 9 0 21 BC 38 2B
Octal 60 232 252 110 11 0 41 274 70 53
Binary 110000 10011010 10101010 1001000 1001 0 100001 10111100 111000 101011

Color Harmonies of #309AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AAA

Black with #309AAA

Text Example


Text Example

White with #309AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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