Html Css Color HEX #309CAA Pelorous

📋 copy color: '#309CAA'

red 48 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #309CAA

Tints of Pelorous #309CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.71%

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

R = 12.83%
G = 41.71%
B = 45.45%

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

#309CAA (or 0x309CAA) is known color: Pelorous. HEX triplet: 30, 9C and AA. RGB value is (48,156,170). Sum of RGB (Red+Green+Blue) = 48+156+170=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #309CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CAA is #CF6355. Grayscale: #7D7D7D. Windows color (decimal): -13591382 or 11181104. OLE color: 11181104.

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

Color convert

RGB 48 156 170 -
CMYK 0.72 0.08 0 0.33
HSL 186.89º 0.56% 0.43% -
HSV(B) 186.89º 0.72% 0.67% -
XYZ 20.36 27.31 42.23 -
YUV 125.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 48 156 170 0.72 0.08 0 0.33 186.89 0.56 0.43
Hex 30 9C AA 48 8 0 21 BB 38 2B
Octal 60 234 252 110 10 0 41 273 70 53
Binary 110000 10011100 10101010 1001000 1000 0 100001 10111011 111000 101011

Color Harmonies of #309CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CAA

Black with #309CAA

Text Example


Text Example

White with #309CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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