Html Css Color HEX #3397BA Pelorous

📋 copy color: '#3397BA'

red 51 ◦ green 151 ◦ blue 186

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

Shades of Pelorous #3397BA

Tints of Pelorous #3397BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 13.14%
G = 38.92%
B = 47.94%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3397BA (or 0x3397BA) is known color: Pelorous. HEX triplet: 33, 97 and BA. RGB value is (51,151,186). Sum of RGB (Red+Green+Blue) = 51+151+186=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #3397BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3397BA is #CC6845. Grayscale: #7C7C7C. Windows color (decimal): -13396038 or 12228403. OLE color: 12228403.

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

Color convert

RGB 51 151 186 -
CMYK 0.73 0.19 0 0.27
HSL 195.56º 0.57% 0.46% -
HSV(B) 195.56º 0.73% 0.73% -
XYZ 21.29 26.38 50.42 -
YUV 125.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 51 151 186 0.73 0.19 0 0.27 195.56 0.57 0.46
Hex 33 97 BA 49 13 0 1B C4 39 2E
Octal 63 227 272 111 23 0 33 304 71 56
Binary 110011 10010111 10111010 1001001 10011 0 11011 11000100 111001 101110

Color Harmonies of #3397BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3397BA

Black with #3397BA

Text Example


Text Example

White with #3397BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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