Html Css Color HEX #3399C6 Pelorous

📋 copy color: '#3399C6'

red 51 ◦ green 153 ◦ blue 198

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

Shades of Pelorous #3399C6

Tints of Pelorous #3399C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.25%

R = 12.69%
G = 38.06%
B = 49.25%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3399C6 (or 0x3399C6) is known color: Pelorous. HEX triplet: 33, 99 and C6. RGB value is (51,153,198). Sum of RGB (Red+Green+Blue) = 51+153+198=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #3399C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399C6 is #CC6639. Grayscale: #7F7F7F. Windows color (decimal): -13395514 or 13015347. OLE color: 13015347.

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

Color convert

RGB 51 153 198 -
CMYK 0.74 0.23 0 0.22
HSL 198.37º 0.59% 0.49% -
HSV(B) 198.37º 0.74% 0.78% -
XYZ 22.95 27.56 57.54 -
YUV 127.63 167.71 73.34 -
System Red Green Blue C M Y K H S L
Decimal 51 153 198 0.74 0.23 0 0.22 198.37 0.59 0.49
Hex 33 99 C6 4A 17 0 16 C6 3B 31
Octal 63 231 306 112 27 0 26 306 73 61
Binary 110011 10011001 11000110 1001010 10111 0 10110 11000110 111011 110001

Color Harmonies of #3399C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399C6

Black with #3399C6

Text Example


Text Example

White with #3399C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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