Html Css Color HEX #3585CE Curious Blue

📋 copy color: '#3585CE'

red 53 ◦ green 133 ◦ blue 206

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

Shades of Curious Blue #3585CE

Tints of Curious Blue #3585CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 13.52%
G = 33.93%
B = 52.55%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3585CE (or 0x3585CE) is known color: Curious Blue. HEX triplet: 35, 85 and CE. RGB value is (53,133,206). Sum of RGB (Red+Green+Blue) = 53+133+206=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #3585CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585CE is #CA7A31. Grayscale: #757575. Windows color (decimal): -13269554 or 13534517. OLE color: 13534517.

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

Color convert

RGB 53 133 206 -
CMYK 0.74 0.35 0 0.19
HSL 208.63º 0.61% 0.51% -
HSV(B) 208.63º 0.74% 0.81% -
XYZ 21 21.99 61.53 -
YUV 117.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 53 133 206 0.74 0.35 0 0.19 208.63 0.61 0.51
Hex 35 85 CE 4A 23 0 13 D1 3D 33
Octal 65 205 316 112 43 0 23 321 75 63
Binary 110101 10000101 11001110 1001010 100011 0 10011 11010001 111101 110011

Color Harmonies of #3585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3585CE

Black with #3585CE

Text Example


Text Example

White with #3585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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