Html Css Color HEX #3399BC Pelorous

📋 copy color: '#3399BC'

red 51 ◦ green 153 ◦ blue 188

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

Shades of Pelorous #3399BC

Tints of Pelorous #3399BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 13.01%
G = 39.03%
B = 47.96%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3399BC (or 0x3399BC) is known color: Pelorous. HEX triplet: 33, 99 and BC. RGB value is (51,153,188). Sum of RGB (Red+Green+Blue) = 51+153+188=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #3399BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399BC is #CC6643. Grayscale: #7E7E7E. Windows color (decimal): -13395524 or 12359987. OLE color: 12359987.

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

Color convert

RGB 51 153 188 -
CMYK 0.73 0.19 0 0.26
HSL 195.33º 0.57% 0.47% -
HSV(B) 195.33º 0.73% 0.74% -
XYZ 21.83 27.12 51.66 -
YUV 126.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 51 153 188 0.73 0.19 0 0.26 195.33 0.57 0.47
Hex 33 99 BC 49 13 0 1A C3 39 2F
Octal 63 231 274 111 23 0 32 303 71 57
Binary 110011 10011001 10111100 1001001 10011 0 11010 11000011 111001 101111

Color Harmonies of #3399BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399BC

Black with #3399BC

Text Example


Text Example

White with #3399BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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