Html Css Color HEX #339DB9 Pelorous

📋 copy color: '#339DB9'

red 51 ◦ green 157 ◦ blue 185

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

Shades of Pelorous #339DB9

Tints of Pelorous #339DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 12.98%
G = 39.95%
B = 47.07%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339DB9 (or 0x339DB9) is known color: Pelorous. HEX triplet: 33, 9D and B9. RGB value is (51,157,185). Sum of RGB (Red+Green+Blue) = 51+157+185=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #339DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339DB9 is #CC6246. Grayscale: #808080. Windows color (decimal): -13394503 or 12164403. OLE color: 12164403.

HSL color Cylindrical-coordinate representation of color #339DB9: hue angle of 192.54º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #339DB9 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 157 185 -
CMYK 0.72 0.15 0 0.27
HSL 192.54º 0.57% 0.46% -
HSV(B) 192.54º 0.72% 0.73% -
XYZ 22.18 28.32 50.2 -
YUV 128.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 51 157 185 0.72 0.15 0 0.27 192.54 0.57 0.46
Hex 33 9D B9 48 F 0 1B C1 39 2E
Octal 63 235 271 110 17 0 33 301 71 56
Binary 110011 10011101 10111001 1001000 1111 0 11011 11000001 111001 101110

Color Harmonies of #339DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339DB9

Black with #339DB9

Text Example


Text Example

White with #339DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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