Html Css Color HEX #339AB9 Pelorous

📋 copy color: '#339AB9'

red 51 ◦ green 154 ◦ blue 185

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

Shades of Pelorous #339AB9

Tints of Pelorous #339AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 13.08%
G = 39.49%
B = 47.44%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#339AB9 (or 0x339AB9) is known color: Pelorous. HEX triplet: 33, 9A and B9. RGB value is (51,154,185). Sum of RGB (Red+Green+Blue) = 51+154+185=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #339AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339AB9 is #CC6546. Grayscale: #7E7E7E. Windows color (decimal): -13395271 or 12163635. OLE color: 12163635.

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

Color convert

RGB 51 154 185 -
CMYK 0.72 0.17 0 0.27
HSL 193.88º 0.57% 0.46% -
HSV(B) 193.88º 0.72% 0.73% -
XYZ 21.68 27.32 50.03 -
YUV 126.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 51 154 185 0.72 0.17 0 0.27 193.88 0.57 0.46
Hex 33 9A B9 48 11 0 1B C2 39 2E
Octal 63 232 271 110 21 0 33 302 71 56
Binary 110011 10011010 10111001 1001000 10001 0 11011 11000010 111001 101110

Color Harmonies of #339AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339AB9

Black with #339AB9

Text Example


Text Example

White with #339AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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