Html Css Color HEX #339CBA Pelorous

📋 copy color: '#339CBA'

red 51 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #339CBA

Tints of Pelorous #339CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 12.98%
G = 39.69%
B = 47.33%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339CBA (or 0x339CBA) is known color: Pelorous. HEX triplet: 33, 9C and BA. RGB value is (51,156,186). Sum of RGB (Red+Green+Blue) = 51+156+186=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #339CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CBA is #CC6345. Grayscale: #7F7F7F. Windows color (decimal): -13394758 or 12229683. OLE color: 12229683.

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

Color convert

RGB 51 156 186 -
CMYK 0.73 0.16 0 0.27
HSL 193.33º 0.57% 0.46% -
HSV(B) 193.33º 0.73% 0.73% -
XYZ 22.12 28.03 50.7 -
YUV 128.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 51 156 186 0.73 0.16 0 0.27 193.33 0.57 0.46
Hex 33 9C BA 49 10 0 1B C1 39 2E
Octal 63 234 272 111 20 0 33 301 71 56
Binary 110011 10011100 10111010 1001001 10000 0 11011 11000001 111001 101110

Color Harmonies of #339CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339CBA

Black with #339CBA

Text Example


Text Example

White with #339CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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