Html Css Color HEX #339DAE Pelorous

📋 copy color: '#339DAE'

red 51 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #339DAE

Tints of Pelorous #339DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 13.35%
G = 41.1%
B = 45.55%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#339DAE (or 0x339DAE) is known color: Pelorous. HEX triplet: 33, 9D and AE. RGB value is (51,157,174). Sum of RGB (Red+Green+Blue) = 51+157+174=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #339DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339DAE is #CC6251. Grayscale: #7F7F7F. Windows color (decimal): -13394514 or 11443507. OLE color: 11443507.

HSL color Cylindrical-coordinate representation of color #339DAE: hue angle of 188.29º degrees, saturation: 0.55, 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 #339DAE is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 157 174 -
CMYK 0.71 0.10 0 0.32
HSL 188.29º 0.55% 0.44% -
HSV(B) 188.29º 0.71% 0.68% -
XYZ 21.06 27.87 44.31 -
YUV 127.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 51 157 174 0.71 0.10 0 0.32 188.29 0.55 0.44
Hex 33 9D AE 47 A 0 20 BC 37 2C
Octal 63 235 256 107 12 0 40 274 67 54
Binary 110011 10011101 10101110 1000111 1010 0 100000 10111100 110111 101100

Color Harmonies of #339DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339DAE

Black with #339DAE

Text Example


Text Example

White with #339DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,157,174); }

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

background-color css

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

 a { background-color: rgb(51,157,174); }

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

border-color css

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

 span { border-color: rgb(51,157,174); }

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