Html Css Color HEX #339BBB Pelorous

📋 copy color: '#339BBB'

red 51 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #339BBB

Tints of Pelorous #339BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 12.98%
G = 39.44%
B = 47.58%

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

#339BBB (or 0x339BBB) is known color: Pelorous. HEX triplet: 33, 9B and BB. RGB value is (51,155,187). Sum of RGB (Red+Green+Blue) = 51+155+187=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #339BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBB is #CC6444. Grayscale: #7F7F7F. Windows color (decimal): -13395013 or 12294963. OLE color: 12294963.

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

Color convert

RGB 51 155 187 -
CMYK 0.73 0.17 0 0.27
HSL 194.12º 0.57% 0.47% -
HSV(B) 194.12º 0.73% 0.73% -
XYZ 22.06 27.73 51.2 -
YUV 127.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 51 155 187 0.73 0.17 0 0.27 194.12 0.57 0.47
Hex 33 9B BB 49 11 0 1B C2 39 2F
Octal 63 233 273 111 21 0 33 302 71 57
Binary 110011 10011011 10111011 1001001 10001 0 11011 11000010 111001 101111

Color Harmonies of #339BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BBB

Black with #339BBB

Text Example


Text Example

White with #339BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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