Html Css Color HEX #3395BB Pelorous

📋 copy color: '#3395BB'

red 51 ◦ green 149 ◦ blue 187

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

Shades of Pelorous #3395BB

Tints of Pelorous #3395BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 13.18%
G = 38.5%
B = 48.32%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3395BB (or 0x3395BB) is known color: Pelorous. HEX triplet: 33, 95 and BB. RGB value is (51,149,187). Sum of RGB (Red+Green+Blue) = 51+149+187=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #3395BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395BB is #CC6A44. Grayscale: #7B7B7B. Windows color (decimal): -13396549 or 12293427. OLE color: 12293427.

HSL color Cylindrical-coordinate representation of color #3395BB: hue angle of 196.76º 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 #3395BB is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 149 187 -
CMYK 0.73 0.20 0 0.27
HSL 196.76º 0.57% 0.47% -
HSV(B) 196.76º 0.73% 0.73% -
XYZ 21.08 25.79 50.88 -
YUV 124.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 51 149 187 0.73 0.20 0 0.27 196.76 0.57 0.47
Hex 33 95 BB 49 14 0 1B C5 39 2F
Octal 63 225 273 111 24 0 33 305 71 57
Binary 110011 10010101 10111011 1001001 10100 0 11011 11000101 111001 101111

Color Harmonies of #3395BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395BB

Black with #3395BB

Text Example


Text Example

White with #3395BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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