Html Css Color HEX #3680CF Curious Blue

📋 copy color: '#3680CF'

red 54 ◦ green 128 ◦ blue 207

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

Shades of Curious Blue #3680CF

Tints of Curious Blue #3680CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 13.88%
G = 32.9%
B = 53.21%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3680CF (or 0x3680CF) is known color: Curious Blue. HEX triplet: 36, 80 and CF. RGB value is (54,128,207). Sum of RGB (Red+Green+Blue) = 54+128+207=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #3680CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680CF is #C97F30. Grayscale: #727272. Windows color (decimal): -13205297 or 13598774. OLE color: 13598774.

HSL color Cylindrical-coordinate representation of color #3680CF: hue angle of 210.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3680CF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 128 207 -
CMYK 0.74 0.38 0 0.19
HSL 210.98º 0.61% 0.51% -
HSV(B) 210.98º 0.74% 0.81% -
XYZ 20.5 20.73 61.95 -
YUV 114.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 54 128 207 0.74 0.38 0 0.19 210.98 0.61 0.51
Hex 36 80 CF 4A 26 0 13 D3 3D 33
Octal 66 200 317 112 46 0 23 323 75 63
Binary 110110 10000000 11001111 1001010 100110 0 10011 11010011 111101 110011

Color Harmonies of #3680CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680CF

Black with #3680CF

Text Example


Text Example

White with #3680CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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