Html Css Color HEX #339BC9 Pelorous

📋 copy color: '#339BC9'

red 51 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #339BC9

Tints of Pelorous #339BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 12.53%
G = 38.08%
B = 49.39%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#339BC9 (or 0x339BC9) is known color: Pelorous. HEX triplet: 33, 9B and C9. RGB value is (51,155,201). Sum of RGB (Red+Green+Blue) = 51+155+201=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #339BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BC9 is #CC6436. Grayscale: #808080. Windows color (decimal): -13394999 or 13212467. OLE color: 13212467.

HSL color Cylindrical-coordinate representation of color #339BC9: hue angle of 198.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #339BC9 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 155 201 -
CMYK 0.75 0.23 0 0.21
HSL 198.4º 0.6% 0.49% -
HSV(B) 198.4º 0.75% 0.79% -
XYZ 23.63 28.36 59.49 -
YUV 129.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 51 155 201 0.75 0.23 0 0.21 198.4 0.6 0.49
Hex 33 9B C9 4B 17 0 15 C6 3C 31
Octal 63 233 311 113 27 0 25 306 74 61
Binary 110011 10011011 11001001 1001011 10111 0 10101 11000110 111100 110001

Color Harmonies of #339BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BC9

Black with #339BC9

Text Example


Text Example

White with #339BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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