Html Css Color HEX #3688BC Curious Blue

📋 copy color: '#3688BC'

red 54 ◦ green 136 ◦ blue 188

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

Shades of Curious Blue #3688BC

Tints of Curious Blue #3688BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 14.29%
G = 35.98%
B = 49.74%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3688BC (or 0x3688BC) is known color: Curious Blue. HEX triplet: 36, 88 and BC. RGB value is (54,136,188). Sum of RGB (Red+Green+Blue) = 54+136+188=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #3688BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3688BC is #C97743. Grayscale: #757575. Windows color (decimal): -13203268 or 12355638. OLE color: 12355638.

HSL color Cylindrical-coordinate representation of color #3688BC: hue angle of 203.28º 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 #3688BC is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 136 188 -
CMYK 0.71 0.28 0 0.26
HSL 203.28º 0.55% 0.47% -
HSV(B) 203.28º 0.71% 0.74% -
XYZ 19.4 22.02 50.81 -
YUV 117.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 54 136 188 0.71 0.28 0 0.26 203.28 0.55 0.47
Hex 36 88 BC 47 1C 0 1A CB 37 2F
Octal 66 210 274 107 34 0 32 313 67 57
Binary 110110 10001000 10111100 1000111 11100 0 11010 11001011 110111 101111

Color Harmonies of #3688BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3688BC

Black with #3688BC

Text Example


Text Example

White with #3688BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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