Html Css Color HEX #3681BA Curious Blue

📋 copy color: '#3681BA'

red 54 ◦ green 129 ◦ blue 186

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

Shades of Curious Blue #3681BA

Tints of Curious Blue #3681BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 14.63%
G = 34.96%
B = 50.41%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3681BA (or 0x3681BA) is known color: Curious Blue. HEX triplet: 36, 81 and BA. RGB value is (54,129,186). Sum of RGB (Red+Green+Blue) = 54+129+186=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #3681BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681BA is #C97E45. Grayscale: #707070. Windows color (decimal): -13205062 or 12222774. OLE color: 12222774.

HSL color Cylindrical-coordinate representation of color #3681BA: hue angle of 205.91º 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 #3681BA is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 129 186 -
CMYK 0.71 0.31 0 0.27
HSL 205.91º 0.55% 0.47% -
HSV(B) 205.91º 0.71% 0.73% -
XYZ 18.23 20.03 49.36 -
YUV 113.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 54 129 186 0.71 0.31 0 0.27 205.91 0.55 0.47
Hex 36 81 BA 47 1F 0 1B CE 37 2F
Octal 66 201 272 107 37 0 33 316 67 57
Binary 110110 10000001 10111010 1000111 11111 0 11011 11001110 110111 101111

Color Harmonies of #3681BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3681BA

Black with #3681BA

Text Example


Text Example

White with #3681BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3681BA; }

 p { color: rgb(54,129,186); }

 H1.HeaderClassName
 {
   color: #3681BA;
 }
 .AnyTagClassName
 {
   color: #3681BA;
 }
</style>

background-color css

<style>
 a { background-color: #3681BA; }

 a { background-color: rgb(54,129,186); }

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

border-color css

<style>
 span { border-color: #3681BA; }

 span { border-color: rgb(54,129,186); }

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