Html Css Color HEX #339EBA Pelorous

📋 copy color: '#339EBA'

red 51 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #339EBA

Tints of Pelorous #339EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 12.91%
G = 40%
B = 47.09%

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

#339EBA (or 0x339EBA) is known color: Pelorous. HEX triplet: 33, 9E and BA. RGB value is (51,158,186). Sum of RGB (Red+Green+Blue) = 51+158+186=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #339EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EBA is #CC6145. Grayscale: #808080. Windows color (decimal): -13394246 or 12230195. OLE color: 12230195.

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

Color convert

RGB 51 158 186 -
CMYK 0.73 0.15 0 0.27
HSL 192.44º 0.57% 0.46% -
HSV(B) 192.44º 0.73% 0.73% -
XYZ 22.46 28.7 50.81 -
YUV 129.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 51 158 186 0.73 0.15 0 0.27 192.44 0.57 0.46
Hex 33 9E BA 49 F 0 1B C0 39 2E
Octal 63 236 272 111 17 0 33 300 71 56
Binary 110011 10011110 10111010 1001001 1111 0 11011 11000000 111001 101110

Color Harmonies of #339EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339EBA

Black with #339EBA

Text Example


Text Example

White with #339EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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