Html Css Color HEX #309BAA Pelorous

📋 copy color: '#309BAA'

red 48 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #309BAA

Tints of Pelorous #309BAA

RGB

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

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

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

R = 12.87%
G = 41.55%
B = 45.58%

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

#309BAA (or 0x309BAA) is known color: Pelorous. HEX triplet: 30, 9B and AA. RGB value is (48,155,170). Sum of RGB (Red+Green+Blue) = 48+155+170=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #309BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BAA is #CF6455. Grayscale: #7C7C7C. Windows color (decimal): -13591638 or 11180848. OLE color: 11180848.

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

Color convert

RGB 48 155 170 -
CMYK 0.72 0.09 0 0.33
HSL 187.38º 0.56% 0.43% -
HSV(B) 187.38º 0.72% 0.67% -
XYZ 20.2 26.97 42.17 -
YUV 124.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 48 155 170 0.72 0.09 0 0.33 187.38 0.56 0.43
Hex 30 9B AA 48 9 0 21 BB 38 2B
Octal 60 233 252 110 11 0 41 273 70 53
Binary 110000 10011011 10101010 1001000 1001 0 100001 10111011 111000 101011

Color Harmonies of #309BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BAA

Black with #309BAA

Text Example


Text Example

White with #309BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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