Html Css Color HEX #3299BE Pelorous

📋 copy color: '#3299BE'

red 50 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #3299BE

Tints of Pelorous #3299BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 12.72%
G = 38.93%
B = 48.35%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3299BE (or 0x3299BE) is known color: Pelorous. HEX triplet: 32, 99 and BE. RGB value is (50,153,190). Sum of RGB (Red+Green+Blue) = 50+153+190=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #3299BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299BE is #CD6641. Grayscale: #7E7E7E. Windows color (decimal): -13461058 or 12491058. OLE color: 12491058.

HSL color Cylindrical-coordinate representation of color #3299BE: hue angle of 195.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3299BE is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 153 190 -
CMYK 0.74 0.19 0 0.25
HSL 195.86º 0.58% 0.47% -
HSV(B) 195.86º 0.74% 0.75% -
XYZ 22 27.18 52.8 -
YUV 126.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 50 153 190 0.74 0.19 0 0.25 195.86 0.58 0.47
Hex 32 99 BE 4A 13 0 19 C4 3A 2F
Octal 62 231 276 112 23 0 31 304 72 57
Binary 110010 10011001 10111110 1001010 10011 0 11001 11000100 111010 101111

Color Harmonies of #3299BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299BE

Black with #3299BE

Text Example


Text Example

White with #3299BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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