Html Css Color HEX #3682CB Curious Blue

📋 copy color: '#3682CB'

red 54 ◦ green 130 ◦ blue 203

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

Shades of Curious Blue #3682CB

Tints of Curious Blue #3682CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 13.95%
G = 33.59%
B = 52.45%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3682CB (or 0x3682CB) is known color: Curious Blue. HEX triplet: 36, 82 and CB. RGB value is (54,130,203). Sum of RGB (Red+Green+Blue) = 54+130+203=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #3682CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682CB is #C97D34. Grayscale: #737373. Windows color (decimal): -13204789 or 13337142. OLE color: 13337142.

HSL color Cylindrical-coordinate representation of color #3682CB: hue angle of 209.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3682CB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 130 203 -
CMYK 0.73 0.36 0 0.20
HSL 209.4º 0.59% 0.5% -
HSV(B) 209.4º 0.73% 0.8% -
XYZ 20.28 21.06 59.5 -
YUV 115.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 54 130 203 0.73 0.36 0 0.20 209.4 0.59 0.5
Hex 36 82 CB 49 24 0 14 D1 3B 32
Octal 66 202 313 111 44 0 24 321 73 62
Binary 110110 10000010 11001011 1001001 100100 0 10100 11010001 111011 110010

Color Harmonies of #3682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3682CB

Black with #3682CB

Text Example


Text Example

White with #3682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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