Html Css Color HEX #3693BD Curious Blue

📋 copy color: '#3693BD'

red 54 ◦ green 147 ◦ blue 189

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

Shades of Curious Blue #3693BD

Tints of Curious Blue #3693BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 13.85%
G = 37.69%
B = 48.46%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3693BD (or 0x3693BD) is known color: Curious Blue. HEX triplet: 36, 93 and BD. RGB value is (54,147,189). Sum of RGB (Red+Green+Blue) = 54+147+189=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #3693BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3693BD is #C96C42. Grayscale: #7B7B7B. Windows color (decimal): -13200451 or 12423990. OLE color: 12423990.

HSL color Cylindrical-coordinate representation of color #3693BD: hue angle of 198.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3693BD is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 147 189 -
CMYK 0.71 0.22 0 0.26
HSL 198.67º 0.56% 0.48% -
HSV(B) 198.67º 0.71% 0.74% -
XYZ 21.14 25.33 51.92 -
YUV 123.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 54 147 189 0.71 0.22 0 0.26 198.67 0.56 0.48
Hex 36 93 BD 47 16 0 1A C7 38 30
Octal 66 223 275 107 26 0 32 307 70 60
Binary 110110 10010011 10111101 1000111 10110 0 11010 11000111 111000 110000

Color Harmonies of #3693BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3693BD

Black with #3693BD

Text Example


Text Example

White with #3693BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3693BD; }

 p { color: rgb(54,147,189); }

 H1.HeaderClassName
 {
   color: #3693BD;
 }
 .AnyTagClassName
 {
   color: #3693BD;
 }
</style>

background-color css

<style>
 a { background-color: #3693BD; }

 a { background-color: rgb(54,147,189); }

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

border-color css

<style>
 span { border-color: #3693BD; }

 span { border-color: rgb(54,147,189); }

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