Html Css Color HEX #339BAA Pelorous

📋 copy color: '#339BAA'

red 51 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #339BAA

Tints of Pelorous #339BAA

RGB

 RED value IS 51 (20.31% from 255) = 13.56%

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

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

R = 13.56%
G = 41.22%
B = 45.21%

CMYK

 C value IS 0.7

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#339BAA (or 0x339BAA) is known color: Pelorous. HEX triplet: 33, 9B and AA. RGB value is (51,155,170). Sum of RGB (Red+Green+Blue) = 51+155+170=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #339BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAA is #CC6455. Grayscale: #7D7D7D. Windows color (decimal): -13395030 or 11180851. OLE color: 11180851.

HSL color Cylindrical-coordinate representation of color #339BAA: hue angle of 187.56º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339BAA is Cyan = 0.7, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 155 170 -
CMYK 0.7 0.09 0 0.33
HSL 187.56º 0.54% 0.43% -
HSV(B) 187.56º 0.7% 0.67% -
XYZ 20.34 27.05 42.18 -
YUV 125.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 51 155 170 0.7 0.09 0 0.33 187.56 0.54 0.43
Hex 33 9B AA 46 9 0 21 BC 36 2B
Octal 63 233 252 106 11 0 41 274 66 53
Binary 110011 10011011 10101010 1000110 1001 0 100001 10111100 110110 101011

Color Harmonies of #339BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BAA

Black with #339BAA

Text Example


Text Example

White with #339BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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