Html Css Color HEX #339AB4 Pelorous

📋 copy color: '#339AB4'

red 51 ◦ green 154 ◦ blue 180

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

Shades of Pelorous #339AB4

Tints of Pelorous #339AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 13.25%
G = 40%
B = 46.75%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#339AB4 (or 0x339AB4) is known color: Pelorous. HEX triplet: 33, 9A and B4. RGB value is (51,154,180). Sum of RGB (Red+Green+Blue) = 51+154+180=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #339AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339AB4 is #CC654B. Grayscale: #7D7D7D. Windows color (decimal): -13395276 or 11835955. OLE color: 11835955.

HSL color Cylindrical-coordinate representation of color #339AB4: hue angle of 192.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #339AB4 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 154 180 -
CMYK 0.72 0.14 0 0.29
HSL 192.09º 0.56% 0.45% -
HSV(B) 192.09º 0.72% 0.71% -
XYZ 21.16 27.11 47.3 -
YUV 126.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 51 154 180 0.72 0.14 0 0.29 192.09 0.56 0.45
Hex 33 9A B4 48 E 0 1D C0 38 2D
Octal 63 232 264 110 16 0 35 300 70 55
Binary 110011 10011010 10110100 1001000 1110 0 11101 11000000 111000 101101

Color Harmonies of #339AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339AB4

Black with #339AB4

Text Example


Text Example

White with #339AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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