Html Css Color HEX #3393BA Pelorous

📋 copy color: '#3393BA'

red 51 ◦ green 147 ◦ blue 186

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

Shades of Pelorous #3393BA

Tints of Pelorous #3393BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

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

R = 13.28%
G = 38.28%
B = 48.44%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3393BA (or 0x3393BA) is known color: Pelorous. HEX triplet: 33, 93 and BA. RGB value is (51,147,186). Sum of RGB (Red+Green+Blue) = 51+147+186=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #3393BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393BA is #CC6C45. Grayscale: #7A7A7A. Windows color (decimal): -13397062 or 12227379. OLE color: 12227379.

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

Color convert

RGB 51 147 186 -
CMYK 0.73 0.21 0 0.27
HSL 197.33º 0.57% 0.46% -
HSV(B) 197.33º 0.73% 0.73% -
XYZ 20.66 25.12 50.21 -
YUV 122.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 51 147 186 0.73 0.21 0 0.27 197.33 0.57 0.46
Hex 33 93 BA 49 15 0 1B C5 39 2E
Octal 63 223 272 111 25 0 33 305 71 56
Binary 110011 10010011 10111010 1001001 10101 0 11011 11000101 111001 101110

Color Harmonies of #3393BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3393BA

Black with #3393BA

Text Example


Text Example

White with #3393BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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