Html Css Color HEX #339EBE Pelorous

📋 copy color: '#339EBE'

red 51 ◦ green 158 ◦ blue 190

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

Shades of Pelorous #339EBE

Tints of Pelorous #339EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 12.78%
G = 39.6%
B = 47.62%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#339EBE (or 0x339EBE) is known color: Pelorous. HEX triplet: 33, 9E and BE. RGB value is (51,158,190). Sum of RGB (Red+Green+Blue) = 51+158+190=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #339EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EBE is #CC6141. Grayscale: #818181. Windows color (decimal): -13394242 or 12492339. OLE color: 12492339.

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

Color convert

RGB 51 158 190 -
CMYK 0.73 0.17 0 0.25
HSL 193.81º 0.58% 0.47% -
HSV(B) 193.81º 0.73% 0.75% -
XYZ 22.89 28.88 53.08 -
YUV 129.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 51 158 190 0.73 0.17 0 0.25 193.81 0.58 0.47
Hex 33 9E BE 49 11 0 19 C2 3A 2F
Octal 63 236 276 111 21 0 31 302 72 57
Binary 110011 10011110 10111110 1001001 10001 0 11001 11000010 111010 101111

Color Harmonies of #339EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339EBE

Black with #339EBE

Text Example


Text Example

White with #339EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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