Html Css Color HEX #3399BB Pelorous

📋 copy color: '#3399BB'

red 51 ◦ green 153 ◦ blue 187

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

Shades of Pelorous #3399BB

Tints of Pelorous #3399BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 13.04%
G = 39.13%
B = 47.83%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3399BB (or 0x3399BB) is known color: Pelorous. HEX triplet: 33, 99 and BB. RGB value is (51,153,187). Sum of RGB (Red+Green+Blue) = 51+153+187=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #3399BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399BB is #CC6644. Grayscale: #7E7E7E. Windows color (decimal): -13395525 or 12294451. OLE color: 12294451.

HSL color Cylindrical-coordinate representation of color #3399BB: hue angle of 195º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3399BB is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 153 187 -
CMYK 0.73 0.18 0 0.27
HSL 195º 0.57% 0.47% -
HSV(B) 195º 0.73% 0.73% -
XYZ 21.73 27.07 51.09 -
YUV 126.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 51 153 187 0.73 0.18 0 0.27 195 0.57 0.47
Hex 33 99 BB 49 12 0 1B C3 39 2F
Octal 63 231 273 111 22 0 33 303 71 57
Binary 110011 10011001 10111011 1001001 10010 0 11011 11000011 111001 101111

Color Harmonies of #3399BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399BB

Black with #3399BB

Text Example


Text Example

White with #3399BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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