Html Css Color HEX #339EBC Pelorous

📋 copy color: '#339EBC'

red 51 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #339EBC

Tints of Pelorous #339EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 12.85%
G = 39.8%
B = 47.36%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#339EBC (or 0x339EBC) is known color: Pelorous. HEX triplet: 33, 9E and BC. RGB value is (51,158,188). Sum of RGB (Red+Green+Blue) = 51+158+188=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #339EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EBC is #CC6143. Grayscale: #818181. Windows color (decimal): -13394244 or 12361267. OLE color: 12361267.

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

Color convert

RGB 51 158 188 -
CMYK 0.73 0.16 0 0.26
HSL 193.14º 0.57% 0.47% -
HSV(B) 193.14º 0.73% 0.74% -
XYZ 22.67 28.79 51.94 -
YUV 129.43 161.05 72.06 -
System Red Green Blue C M Y K H S L
Decimal 51 158 188 0.73 0.16 0 0.26 193.14 0.57 0.47
Hex 33 9E BC 49 10 0 1A C1 39 2F
Octal 63 236 274 111 20 0 32 301 71 57
Binary 110011 10011110 10111100 1001001 10000 0 11010 11000001 111001 101111

Color Harmonies of #339EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339EBC

Black with #339EBC

Text Example


Text Example

White with #339EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,158,188); }

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

background-color css

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

 a { background-color: rgb(51,158,188); }

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

border-color css

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

 span { border-color: rgb(51,158,188); }

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