Html Css Color HEX #339AAD Pelorous

📋 copy color: '#339AAD'

red 51 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #339AAD

Tints of Pelorous #339AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 13.49%
G = 40.74%
B = 45.77%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#339AAD (or 0x339AAD) is known color: Pelorous. HEX triplet: 33, 9A and AD. RGB value is (51,154,173). Sum of RGB (Red+Green+Blue) = 51+154+173=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #339AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339AAD is #CC6552. Grayscale: #7D7D7D. Windows color (decimal): -13395283 or 11377203. OLE color: 11377203.

HSL color Cylindrical-coordinate representation of color #339AAD: hue angle of 189.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339AAD is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 154 173 -
CMYK 0.71 0.11 0 0.32
HSL 189.34º 0.54% 0.44% -
HSV(B) 189.34º 0.71% 0.68% -
XYZ 20.46 26.83 43.64 -
YUV 125.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 51 154 173 0.71 0.11 0 0.32 189.34 0.54 0.44
Hex 33 9A AD 47 B 0 20 BD 36 2C
Octal 63 232 255 107 13 0 40 275 66 54
Binary 110011 10011010 10101101 1000111 1011 0 100000 10111101 110110 101100

Color Harmonies of #339AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339AAD

Black with #339AAD

Text Example


Text Example

White with #339AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,154,173); }

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

background-color css

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

 a { background-color: rgb(51,154,173); }

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

border-color css

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

 span { border-color: rgb(51,154,173); }

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