Html Css Color HEX #3695BB Curious Blue

📋 copy color: '#3695BB'

red 54 ◦ green 149 ◦ blue 187

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

Shades of Curious Blue #3695BB

Tints of Curious Blue #3695BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 13.85%
G = 38.21%
B = 47.95%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3695BB (or 0x3695BB) is known color: Curious Blue. HEX triplet: 36, 95 and BB. RGB value is (54,149,187). Sum of RGB (Red+Green+Blue) = 54+149+187=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #3695BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3695BB is #C96A44. Grayscale: #7C7C7C. Windows color (decimal): -13199941 or 12293430. OLE color: 12293430.

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

Color convert

RGB 54 149 187 -
CMYK 0.71 0.20 0 0.27
HSL 197.14º 0.55% 0.47% -
HSV(B) 197.14º 0.71% 0.73% -
XYZ 21.24 25.87 50.89 -
YUV 124.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 54 149 187 0.71 0.20 0 0.27 197.14 0.55 0.47
Hex 36 95 BB 47 14 0 1B C5 37 2F
Octal 66 225 273 107 24 0 33 305 67 57
Binary 110110 10010101 10111011 1000111 10100 0 11011 11000101 110111 101111

Color Harmonies of #3695BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3695BB

Black with #3695BB

Text Example


Text Example

White with #3695BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3695BB; }

 p { color: rgb(54,149,187); }

 H1.HeaderClassName
 {
   color: #3695BB;
 }
 .AnyTagClassName
 {
   color: #3695BB;
 }
</style>

background-color css

<style>
 a { background-color: #3695BB; }

 a { background-color: rgb(54,149,187); }

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

border-color css

<style>
 span { border-color: #3695BB; }

 span { border-color: rgb(54,149,187); }

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