Html Css Color HEX #3397BE Pelorous

📋 copy color: '#3397BE'

red 51 ◦ green 151 ◦ blue 190

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

Shades of Pelorous #3397BE

Tints of Pelorous #3397BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 13.01%
G = 38.52%
B = 48.47%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3397BE (or 0x3397BE) is known color: Pelorous. HEX triplet: 33, 97 and BE. RGB value is (51,151,190). Sum of RGB (Red+Green+Blue) = 51+151+190=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #3397BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3397BE is #CC6841. Grayscale: #7D7D7D. Windows color (decimal): -13396034 or 12490547. OLE color: 12490547.

HSL color Cylindrical-coordinate representation of color #3397BE: hue angle of 196.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3397BE is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 151 190 -
CMYK 0.73 0.21 0 0.25
HSL 196.83º 0.58% 0.47% -
HSV(B) 196.83º 0.73% 0.75% -
XYZ 21.73 26.55 52.7 -
YUV 125.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 51 151 190 0.73 0.21 0 0.25 196.83 0.58 0.47
Hex 33 97 BE 49 15 0 19 C5 3A 2F
Octal 63 227 276 111 25 0 31 305 72 57
Binary 110011 10010111 10111110 1001001 10101 0 11001 11000101 111010 101111

Color Harmonies of #3397BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3397BE

Black with #3397BE

Text Example


Text Example

White with #3397BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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