Html Css Color HEX #3299CA Pelorous

📋 copy color: '#3299CA'

red 50 ◦ green 153 ◦ blue 202

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

Shades of Pelorous #3299CA

Tints of Pelorous #3299CA

RGB

 RED value IS 50 (19.92% from 255) = 12.35%

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 12.35%
G = 37.78%
B = 49.88%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3299CA (or 0x3299CA) is known color: Pelorous. HEX triplet: 32, 99 and CA. RGB value is (50,153,202). Sum of RGB (Red+Green+Blue) = 50+153+202=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #3299CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299CA is #CD6635. Grayscale: #7F7F7F. Windows color (decimal): -13461046 or 13277490. OLE color: 13277490.

HSL color Cylindrical-coordinate representation of color #3299CA: hue angle of 199.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3299CA is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 153 202 -
CMYK 0.75 0.24 0 0.21
HSL 199.34º 0.6% 0.49% -
HSV(B) 199.34º 0.75% 0.79% -
XYZ 23.37 27.72 60 -
YUV 127.79 169.88 72.52 -
System Red Green Blue C M Y K H S L
Decimal 50 153 202 0.75 0.24 0 0.21 199.34 0.6 0.49
Hex 32 99 CA 4B 18 0 15 C7 3C 31
Octal 62 231 312 113 30 0 25 307 74 61
Binary 110010 10011001 11001010 1001011 11000 0 10101 11000111 111100 110001

Color Harmonies of #3299CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299CA

Black with #3299CA

Text Example


Text Example

White with #3299CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3299CA; }

 p { color: rgb(50,153,202); }

 H1.HeaderClassName
 {
   color: #3299CA;
 }
 .AnyTagClassName
 {
   color: #3299CA;
 }
</style>

background-color css

<style>
 a { background-color: #3299CA; }

 a { background-color: rgb(50,153,202); }

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

border-color css

<style>
 span { border-color: #3299CA; }

 span { border-color: rgb(50,153,202); }

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