Html Css Color HEX #339FBB Pelorous

📋 copy color: '#339FBB'

red 51 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #339FBB

Tints of Pelorous #339FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 12.85%
G = 40.05%
B = 47.1%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339FBB (or 0x339FBB) is known color: Pelorous. HEX triplet: 33, 9F and BB. RGB value is (51,159,187). Sum of RGB (Red+Green+Blue) = 51+159+187=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #339FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339FBB is #CC6044. Grayscale: #818181. Windows color (decimal): -13393989 or 12295987. OLE color: 12295987.

HSL color Cylindrical-coordinate representation of color #339FBB: hue angle of 192.35º 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 #339FBB is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 159 187 -
CMYK 0.73 0.15 0 0.27
HSL 192.35º 0.57% 0.47% -
HSV(B) 192.35º 0.73% 0.73% -
XYZ 22.73 29.09 51.43 -
YUV 129.9 160.22 71.72 -
System Red Green Blue C M Y K H S L
Decimal 51 159 187 0.73 0.15 0 0.27 192.35 0.57 0.47
Hex 33 9F BB 49 F 0 1B C0 39 2F
Octal 63 237 273 111 17 0 33 300 71 57
Binary 110011 10011111 10111011 1001001 1111 0 11011 11000000 111001 101111

Color Harmonies of #339FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339FBB

Black with #339FBB

Text Example


Text Example

White with #339FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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