Html Css Color HEX #3690BC Curious Blue

📋 copy color: '#3690BC'

red 54 ◦ green 144 ◦ blue 188

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

Shades of Curious Blue #3690BC

Tints of Curious Blue #3690BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 13.99%
G = 37.31%
B = 48.7%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3690BC (or 0x3690BC) is known color: Curious Blue. HEX triplet: 36, 90 and BC. RGB value is (54,144,188). Sum of RGB (Red+Green+Blue) = 54+144+188=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #3690BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3690BC is #C96F43. Grayscale: #797979. Windows color (decimal): -13201220 or 12357686. OLE color: 12357686.

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

Color convert

RGB 54 144 188 -
CMYK 0.71 0.23 0 0.26
HSL 199.7º 0.55% 0.47% -
HSV(B) 199.7º 0.71% 0.74% -
XYZ 20.57 24.36 51.19 -
YUV 122.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 54 144 188 0.71 0.23 0 0.26 199.7 0.55 0.47
Hex 36 90 BC 47 17 0 1A C8 37 2F
Octal 66 220 274 107 27 0 32 310 67 57
Binary 110110 10010000 10111100 1000111 10111 0 11010 11001000 110111 101111

Color Harmonies of #3690BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3690BC

Black with #3690BC

Text Example


Text Example

White with #3690BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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