Html Css Color HEX #339CC5 Pelorous

📋 copy color: '#339CC5'

red 51 ◦ green 156 ◦ blue 197

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

Shades of Pelorous #339CC5

Tints of Pelorous #339CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.76%

R = 12.62%
G = 38.61%
B = 48.76%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#339CC5 (or 0x339CC5) is known color: Pelorous. HEX triplet: 33, 9C and C5. RGB value is (51,156,197). Sum of RGB (Red+Green+Blue) = 51+156+197=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #339CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CC5 is #CC633A. Grayscale: #818181. Windows color (decimal): -13394747 or 12950579. OLE color: 12950579.

HSL color Cylindrical-coordinate representation of color #339CC5: hue angle of 196.85º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #339CC5 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 51 156 197 -
CMYK 0.74 0.21 0 0.23
HSL 196.85º 0.59% 0.49% -
HSV(B) 196.85º 0.74% 0.77% -
XYZ 23.33 28.51 57.1 -
YUV 129.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 51 156 197 0.74 0.21 0 0.23 196.85 0.59 0.49
Hex 33 9C C5 4A 15 0 17 C5 3B 31
Octal 63 234 305 112 25 0 27 305 73 61
Binary 110011 10011100 11000101 1001010 10101 0 10111 11000101 111011 110001

Color Harmonies of #339CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339CC5

Black with #339CC5

Text Example


Text Example

White with #339CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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