Html Css Color HEX #3694BC Curious Blue

📋 copy color: '#3694BC'

red 54 ◦ green 148 ◦ blue 188

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

Shades of Curious Blue #3694BC

Tints of Curious Blue #3694BC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 13.85%
G = 37.95%
B = 48.21%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3694BC (or 0x3694BC) is known color: Curious Blue. HEX triplet: 36, 94 and BC. RGB value is (54,148,188). Sum of RGB (Red+Green+Blue) = 54+148+188=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #3694BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3694BC is #C96B43. Grayscale: #7C7C7C. Windows color (decimal): -13200196 or 12358710. OLE color: 12358710.

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

Color convert

RGB 54 148 188 -
CMYK 0.71 0.21 0 0.26
HSL 197.91º 0.55% 0.47% -
HSV(B) 197.91º 0.71% 0.74% -
XYZ 21.19 25.59 51.4 -
YUV 124.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 54 148 188 0.71 0.21 0 0.26 197.91 0.55 0.47
Hex 36 94 BC 47 15 0 1A C6 37 2F
Octal 66 224 274 107 25 0 32 306 67 57
Binary 110110 10010100 10111100 1000111 10101 0 11010 11000110 110111 101111

Color Harmonies of #3694BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3694BC

Black with #3694BC

Text Example


Text Example

White with #3694BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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