Html Css Color HEX #339ABB Pelorous

📋 copy color: '#339ABB'

red 51 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #339ABB

Tints of Pelorous #339ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 13.01%
G = 39.29%
B = 47.7%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339ABB (or 0x339ABB) is known color: Pelorous. HEX triplet: 33, 9A and BB. RGB value is (51,154,187). Sum of RGB (Red+Green+Blue) = 51+154+187=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #339ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339ABB is #CC6544. Grayscale: #7E7E7E. Windows color (decimal): -13395269 or 12294707. OLE color: 12294707.

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

Color convert

RGB 51 154 187 -
CMYK 0.73 0.18 0 0.27
HSL 194.56º 0.57% 0.47% -
HSV(B) 194.56º 0.73% 0.73% -
XYZ 21.89 27.4 51.15 -
YUV 126.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 51 154 187 0.73 0.18 0 0.27 194.56 0.57 0.47
Hex 33 9A BB 49 12 0 1B C3 39 2F
Octal 63 232 273 111 22 0 33 303 71 57
Binary 110011 10011010 10111011 1001001 10010 0 11011 11000011 111001 101111

Color Harmonies of #339ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339ABB

Black with #339ABB

Text Example


Text Example

White with #339ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,154,187); }

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

background-color css

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

 a { background-color: rgb(51,154,187); }

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

border-color css

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

 span { border-color: rgb(51,154,187); }

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