Html Css Color HEX #3697BC Pelorous

📋 copy color: '#3697BC'

red 54 ◦ green 151 ◦ blue 188

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

Shades of Pelorous #3697BC

Tints of Pelorous #3697BC

RGB

 RED value IS 54 (21.48% from 255) = 13.74%

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 13.74%
G = 38.42%
B = 47.84%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3697BC (or 0x3697BC) is known color: Pelorous. HEX triplet: 36, 97 and BC. RGB value is (54,151,188). Sum of RGB (Red+Green+Blue) = 54+151+188=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #3697BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3697BC is #C96843. Grayscale: #7D7D7D. Windows color (decimal): -13199428 or 12359478. OLE color: 12359478.

HSL color Cylindrical-coordinate representation of color #3697BC: hue angle of 196.57º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3697BC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 151 188 -
CMYK 0.71 0.20 0 0.26
HSL 196.57º 0.55% 0.47% -
HSV(B) 196.57º 0.71% 0.74% -
XYZ 21.67 26.55 51.56 -
YUV 126.22 162.86 76.49 -
System Red Green Blue C M Y K H S L
Decimal 54 151 188 0.71 0.20 0 0.26 196.57 0.55 0.47
Hex 36 97 BC 47 14 0 1A C5 37 2F
Octal 66 227 274 107 24 0 32 305 67 57
Binary 110110 10010111 10111100 1000111 10100 0 11010 11000101 110111 101111

Color Harmonies of #3697BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3697BC

Black with #3697BC

Text Example


Text Example

White with #3697BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3697BC; }

 p { color: rgb(54,151,188); }

 H1.HeaderClassName
 {
   color: #3697BC;
 }
 .AnyTagClassName
 {
   color: #3697BC;
 }
</style>

background-color css

<style>
 a { background-color: #3697BC; }

 a { background-color: rgb(54,151,188); }

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

border-color css

<style>
 span { border-color: #3697BC; }

 span { border-color: rgb(54,151,188); }

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