Html Css Color HEX #3680CB Curious Blue

📋 copy color: '#3680CB'

red 54 ◦ green 128 ◦ blue 203

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

Shades of Curious Blue #3680CB

Tints of Curious Blue #3680CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 14.03%
G = 33.25%
B = 52.73%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3680CB (or 0x3680CB) is known color: Curious Blue. HEX triplet: 36, 80 and CB. RGB value is (54,128,203). Sum of RGB (Red+Green+Blue) = 54+128+203=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #3680CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680CB is #C97F34. Grayscale: #727272. Windows color (decimal): -13205301 or 13336630. OLE color: 13336630.

HSL color Cylindrical-coordinate representation of color #3680CB: hue angle of 210.2º 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 #3680CB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 128 203 -
CMYK 0.73 0.37 0 0.20
HSL 210.2º 0.59% 0.5% -
HSV(B) 210.2º 0.73% 0.8% -
XYZ 20.02 20.53 59.41 -
YUV 114.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 54 128 203 0.73 0.37 0 0.20 210.2 0.59 0.5
Hex 36 80 CB 49 25 0 14 D2 3B 32
Octal 66 200 313 111 45 0 24 322 73 62
Binary 110110 10000000 11001011 1001001 100101 0 10100 11010010 111011 110010

Color Harmonies of #3680CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680CB

Black with #3680CB

Text Example


Text Example

White with #3680CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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