Html Css Color HEX #3681B0 Curious Blue

📋 copy color: '#3681B0'

red 54 ◦ green 129 ◦ blue 176

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

Shades of Curious Blue #3681B0

Tints of Curious Blue #3681B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 15.04%
G = 35.93%
B = 49.03%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3681B0 (or 0x3681B0) is known color: Curious Blue. HEX triplet: 36, 81 and B0. RGB value is (54,129,176). Sum of RGB (Red+Green+Blue) = 54+129+176=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #3681B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3681B0 is #C97E4F. Grayscale: #6F6F6F. Windows color (decimal): -13205072 or 11567414. OLE color: 11567414.

HSL color Cylindrical-coordinate representation of color #3681B0: hue angle of 203.11º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3681B0 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 129 176 -
CMYK 0.69 0.27 0 0.31
HSL 203.11º 0.53% 0.45% -
HSV(B) 203.11º 0.69% 0.69% -
XYZ 17.21 19.62 43.95 -
YUV 111.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 54 129 176 0.69 0.27 0 0.31 203.11 0.53 0.45
Hex 36 81 B0 45 1B 0 1F CB 35 2D
Octal 66 201 260 105 33 0 37 313 65 55
Binary 110110 10000001 10110000 1000101 11011 0 11111 11001011 110101 101101

Color Harmonies of #3681B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3681B0

Black with #3681B0

Text Example


Text Example

White with #3681B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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