Html Css Color HEX #339BBA Pelorous

📋 copy color: '#339BBA'

red 51 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #339BBA

Tints of Pelorous #339BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 13.01%
G = 39.54%
B = 47.45%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339BBA (or 0x339BBA) is known color: Pelorous. HEX triplet: 33, 9B and BA. RGB value is (51,155,186). Sum of RGB (Red+Green+Blue) = 51+155+186=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #339BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBA is #CC6445. Grayscale: #7F7F7F. Windows color (decimal): -13395014 or 12229427. OLE color: 12229427.

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

Color convert

RGB 51 155 186 -
CMYK 0.73 0.17 0 0.27
HSL 193.78º 0.57% 0.46% -
HSV(B) 193.78º 0.73% 0.73% -
XYZ 21.95 27.69 50.64 -
YUV 127.44 161.04 73.48 -
System Red Green Blue C M Y K H S L
Decimal 51 155 186 0.73 0.17 0 0.27 193.78 0.57 0.46
Hex 33 9B BA 49 11 0 1B C2 39 2E
Octal 63 233 272 111 21 0 33 302 71 56
Binary 110011 10011011 10111010 1001001 10001 0 11011 11000010 111001 101110

Color Harmonies of #339BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BBA

Black with #339BBA

Text Example


Text Example

White with #339BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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