Html Css Color HEX #339BBD Pelorous

📋 copy color: '#339BBD'

red 51 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #339BBD

Tints of Pelorous #339BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 12.91%
G = 39.24%
B = 47.85%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#339BBD (or 0x339BBD) is known color: Pelorous. HEX triplet: 33, 9B and BD. RGB value is (51,155,189). Sum of RGB (Red+Green+Blue) = 51+155+189=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #339BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBD is #CC6442. Grayscale: #7F7F7F. Windows color (decimal): -13395011 or 12426035. OLE color: 12426035.

HSL color Cylindrical-coordinate representation of color #339BBD: hue angle of 194.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339BBD is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 155 189 -
CMYK 0.73 0.18 0 0.26
HSL 194.78º 0.58% 0.47% -
HSV(B) 194.78º 0.73% 0.74% -
XYZ 22.27 27.82 52.34 -
YUV 127.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 51 155 189 0.73 0.18 0 0.26 194.78 0.58 0.47
Hex 33 9B BD 49 12 0 1A C3 3A 2F
Octal 63 233 275 111 22 0 32 303 72 57
Binary 110011 10011011 10111101 1001001 10010 0 11010 11000011 111010 101111

Color Harmonies of #339BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BBD

Black with #339BBD

Text Example


Text Example

White with #339BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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