Html Css Color HEX #3682AE Curious Blue

📋 copy color: '#3682AE'

red 54 ◦ green 130 ◦ blue 174

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

Shades of Curious Blue #3682AE

Tints of Curious Blue #3682AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 15.08%
G = 36.31%
B = 48.6%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3682AE (or 0x3682AE) is known color: Curious Blue. HEX triplet: 36, 82 and AE. RGB value is (54,130,174). Sum of RGB (Red+Green+Blue) = 54+130+174=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #3682AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3682AE is #C97D51. Grayscale: #707070. Windows color (decimal): -13204818 or 11436598. OLE color: 11436598.

HSL color Cylindrical-coordinate representation of color #3682AE: hue angle of 202º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3682AE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 130 174 -
CMYK 0.69 0.25 0 0.32
HSL 202º 0.53% 0.45% -
HSV(B) 202º 0.69% 0.68% -
XYZ 17.14 19.81 42.96 -
YUV 112.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 54 130 174 0.69 0.25 0 0.32 202 0.53 0.45
Hex 36 82 AE 45 19 0 20 CA 35 2D
Octal 66 202 256 105 31 0 40 312 65 55
Binary 110110 10000010 10101110 1000101 11001 0 100000 11001010 110101 101101

Color Harmonies of #3682AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3682AE

Black with #3682AE

Text Example


Text Example

White with #3682AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3682AE; }

 p { color: rgb(54,130,174); }

 H1.HeaderClassName
 {
   color: #3682AE;
 }
 .AnyTagClassName
 {
   color: #3682AE;
 }
</style>

background-color css

<style>
 a { background-color: #3682AE; }

 a { background-color: rgb(54,130,174); }

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

border-color css

<style>
 span { border-color: #3682AE; }

 span { border-color: rgb(54,130,174); }

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