Html Css Color HEX #3399C0 Pelorous

📋 copy color: '#3399C0'

red 51 ◦ green 153 ◦ blue 192

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

Shades of Pelorous #3399C0

Tints of Pelorous #3399C0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 12.88%
G = 38.64%
B = 48.48%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3399C0 (or 0x3399C0) is known color: Pelorous. HEX triplet: 33, 99 and C0. RGB value is (51,153,192). Sum of RGB (Red+Green+Blue) = 51+153+192=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #3399C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399C0 is #CC663F. Grayscale: #7E7E7E. Windows color (decimal): -13395520 or 12622131. OLE color: 12622131.

HSL color Cylindrical-coordinate representation of color #3399C0: hue angle of 196.6º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3399C0 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 153 192 -
CMYK 0.73 0.20 0 0.25
HSL 196.6º 0.58% 0.48% -
HSV(B) 196.6º 0.73% 0.75% -
XYZ 22.27 27.29 53.96 -
YUV 126.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 51 153 192 0.73 0.20 0 0.25 196.6 0.58 0.48
Hex 33 99 C0 49 14 0 19 C5 3A 30
Octal 63 231 300 111 24 0 31 305 72 60
Binary 110011 10011001 11000000 1001001 10100 0 11001 11000101 111010 110000

Color Harmonies of #3399C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399C0

Black with #3399C0

Text Example


Text Example

White with #3399C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3399C0; }

 p { color: rgb(51,153,192); }

 H1.HeaderClassName
 {
   color: #3399C0;
 }
 .AnyTagClassName
 {
   color: #3399C0;
 }
</style>

background-color css

<style>
 a { background-color: #3399C0; }

 a { background-color: rgb(51,153,192); }

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

border-color css

<style>
 span { border-color: #3399C0; }

 span { border-color: rgb(51,153,192); }

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