Html Css Color HEX #3585BA Curious Blue

📋 copy color: '#3585BA'

red 53 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #3585BA

Tints of Curious Blue #3585BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 14.25%
G = 35.75%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3585BA (or 0x3585BA) is known color: Curious Blue. HEX triplet: 35, 85 and BA. RGB value is (53,133,186). Sum of RGB (Red+Green+Blue) = 53+133+186=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3585BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585BA is #CA7A45. Grayscale: #727272. Windows color (decimal): -13269574 or 12223797. OLE color: 12223797.

HSL color Cylindrical-coordinate representation of color #3585BA: hue angle of 203.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3585BA is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 133 186 -
CMYK 0.72 0.28 0 0.27
HSL 203.91º 0.56% 0.47% -
HSV(B) 203.91º 0.72% 0.73% -
XYZ 18.72 21.08 49.54 -
YUV 115.12 168 83.69 -
System Red Green Blue C M Y K H S L
Decimal 53 133 186 0.72 0.28 0 0.27 203.91 0.56 0.47
Hex 35 85 BA 48 1C 0 1B CC 38 2F
Octal 65 205 272 110 34 0 33 314 70 57
Binary 110101 10000101 10111010 1001000 11100 0 11011 11001100 111000 101111

Color Harmonies of #3585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3585BA

Black with #3585BA

Text Example


Text Example

White with #3585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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