Html Css Color HEX #3580CE Curious Blue

📋 copy color: '#3580CE'

red 53 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #3580CE

Tints of Curious Blue #3580CE

RGB

 RED value IS 53 (21.09% from 255) = 13.7%

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 13.7%
G = 33.07%
B = 53.23%

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

#3580CE (or 0x3580CE) is known color: Curious Blue. HEX triplet: 35, 80 and CE. RGB value is (53,128,206). Sum of RGB (Red+Green+Blue) = 53+128+206=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #3580CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580CE is #CA7F31. Grayscale: #727272. Windows color (decimal): -13270834 or 13533237. OLE color: 13533237.

HSL color Cylindrical-coordinate representation of color #3580CE: hue angle of 210.59º 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 #3580CE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 128 206 -
CMYK 0.74 0.38 0 0.19
HSL 210.59º 0.61% 0.51% -
HSV(B) 210.59º 0.74% 0.81% -
XYZ 20.33 20.65 61.31 -
YUV 114.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 53 128 206 0.74 0.38 0 0.19 210.59 0.61 0.51
Hex 35 80 CE 4A 26 0 13 D3 3D 33
Octal 65 200 316 112 46 0 23 323 75 63
Binary 110101 10000000 11001110 1001010 100110 0 10011 11010011 111101 110011

Color Harmonies of #3580CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3580CE

Black with #3580CE

Text Example


Text Example

White with #3580CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3580CE; }

 p { color: rgb(53,128,206); }

 H1.HeaderClassName
 {
   color: #3580CE;
 }
 .AnyTagClassName
 {
   color: #3580CE;
 }
</style>

background-color css

<style>
 a { background-color: #3580CE; }

 a { background-color: rgb(53,128,206); }

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

border-color css

<style>
 span { border-color: #3580CE; }

 span { border-color: rgb(53,128,206); }

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