Html Css Color HEX #3395BA Pelorous

📋 copy color: '#3395BA'

red 51 ◦ green 149 ◦ blue 186

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

Shades of Pelorous #3395BA

Tints of Pelorous #3395BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 13.21%
G = 38.6%
B = 48.19%

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

#3395BA (or 0x3395BA) is known color: Pelorous. HEX triplet: 33, 95 and BA. RGB value is (51,149,186). Sum of RGB (Red+Green+Blue) = 51+149+186=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3395BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395BA is #CC6A45. Grayscale: #7B7B7B. Windows color (decimal): -13396550 or 12227891. OLE color: 12227891.

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

Color convert

RGB 51 149 186 -
CMYK 0.73 0.20 0 0.27
HSL 196.44º 0.57% 0.46% -
HSV(B) 196.44º 0.73% 0.73% -
XYZ 20.98 25.74 50.32 -
YUV 123.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 51 149 186 0.73 0.20 0 0.27 196.44 0.57 0.46
Hex 33 95 BA 49 14 0 1B C4 39 2E
Octal 63 225 272 111 24 0 33 304 71 56
Binary 110011 10010101 10111010 1001001 10100 0 11011 11000100 111001 101110

Color Harmonies of #3395BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395BA

Black with #3395BA

Text Example


Text Example

White with #3395BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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