Html Css Color HEX #3681BC Curious Blue

📋 copy color: '#3681BC'

red 54 ◦ green 129 ◦ blue 188

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

Shades of Curious Blue #3681BC

Tints of Curious Blue #3681BC

RGB

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

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

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

R = 14.56%
G = 34.77%
B = 50.67%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3681BC (or 0x3681BC) is known color: Curious Blue. HEX triplet: 36, 81 and BC. RGB value is (54,129,188). Sum of RGB (Red+Green+Blue) = 54+129+188=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3681BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681BC is #C97E43. Grayscale: #707070. Windows color (decimal): -13205060 or 12353846. OLE color: 12353846.

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

Color convert

RGB 54 129 188 -
CMYK 0.71 0.31 0 0.26
HSL 206.42º 0.55% 0.47% -
HSV(B) 206.42º 0.71% 0.74% -
XYZ 18.45 20.12 50.49 -
YUV 113.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 54 129 188 0.71 0.31 0 0.26 206.42 0.55 0.47
Hex 36 81 BC 47 1F 0 1A CE 37 2F
Octal 66 201 274 107 37 0 32 316 67 57
Binary 110110 10000001 10111100 1000111 11111 0 11010 11001110 110111 101111

Color Harmonies of #3681BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3681BC

Black with #3681BC

Text Example


Text Example

White with #3681BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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