Html Css Color HEX #339AB8 Pelorous

📋 copy color: '#339AB8'

red 51 ◦ green 154 ◦ blue 184

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

Shades of Pelorous #339AB8

Tints of Pelorous #339AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.3%

R = 13.11%
G = 39.59%
B = 47.3%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#339AB8 (or 0x339AB8) is known color: Pelorous. HEX triplet: 33, 9A and B8. RGB value is (51,154,184). Sum of RGB (Red+Green+Blue) = 51+154+184=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #339AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339AB8 is #CC6547. Grayscale: #7E7E7E. Windows color (decimal): -13395272 or 12098099. OLE color: 12098099.

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

Color convert

RGB 51 154 184 -
CMYK 0.72 0.16 0 0.28
HSL 193.53º 0.57% 0.46% -
HSV(B) 193.53º 0.72% 0.72% -
XYZ 21.57 27.28 49.48 -
YUV 126.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 51 154 184 0.72 0.16 0 0.28 193.53 0.57 0.46
Hex 33 9A B8 48 10 0 1C C2 39 2E
Octal 63 232 270 110 20 0 34 302 71 56
Binary 110011 10011010 10111000 1001000 10000 0 11100 11000010 111001 101110

Color Harmonies of #339AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339AB8

Black with #339AB8

Text Example


Text Example

White with #339AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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