Html Css Color HEX #339EBD Pelorous

📋 copy color: '#339EBD'

red 51 ◦ green 158 ◦ blue 189

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

Shades of Pelorous #339EBD

Tints of Pelorous #339EBD

RGB

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

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

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

R = 12.81%
G = 39.7%
B = 47.49%

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

#339EBD (or 0x339EBD) is known color: Pelorous. HEX triplet: 33, 9E and BD. RGB value is (51,158,189). Sum of RGB (Red+Green+Blue) = 51+158+189=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #339EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EBD is #CC6142. Grayscale: #818181. Windows color (decimal): -13394243 or 12426803. OLE color: 12426803.

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

Color convert

RGB 51 158 189 -
CMYK 0.73 0.16 0 0.26
HSL 193.48º 0.58% 0.47% -
HSV(B) 193.48º 0.73% 0.74% -
XYZ 22.78 28.83 52.51 -
YUV 129.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 51 158 189 0.73 0.16 0 0.26 193.48 0.58 0.47
Hex 33 9E BD 49 10 0 1A C1 3A 2F
Octal 63 236 275 111 20 0 32 301 72 57
Binary 110011 10011110 10111101 1001001 10000 0 11010 11000001 111010 101111

Color Harmonies of #339EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339EBD

Black with #339EBD

Text Example


Text Example

White with #339EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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