Html Css Color HEX #3C87D5 Curious Blue

📋 copy color: '#3C87D5'

red 60 ◦ green 135 ◦ blue 213

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

Shades of Curious Blue #3C87D5

Tints of Curious Blue #3C87D5

RGB

 RED value IS 60 (23.83% from 255) = 14.71%

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 14.71%
G = 33.09%
B = 52.21%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C87D5 (or 0x3C87D5) is known color: Curious Blue. HEX triplet: 3C, 87 and D5. RGB value is (60,135,213). Sum of RGB (Red+Green+Blue) = 60+135+213=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C87D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C87D5 is #C3782A. Grayscale: #797979. Windows color (decimal): -12810283 or 13993788. OLE color: 13993788.

HSL color Cylindrical-coordinate representation of color #3C87D5: hue angle of 210.59º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C87D5 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 135 213 -
CMYK 0.72 0.37 0 0.16
HSL 210.59º 0.65% 0.54% -
HSV(B) 210.59º 0.72% 0.84% -
XYZ 22.54 23.09 66.22 -
YUV 121.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 60 135 213 0.72 0.37 0 0.16 210.59 0.65 0.54
Hex 3C 87 D5 48 25 0 10 D3 41 36
Octal 74 207 325 110 45 0 20 323 101 66
Binary 111100 10000111 11010101 1001000 100101 0 10000 11010011 1000001 110110

Color Harmonies of #3C87D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C87D5

Black with #3C87D5

Text Example


Text Example

White with #3C87D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C87D5; }

 p { color: rgb(60,135,213); }

 H1.HeaderClassName
 {
   color: #3C87D5;
 }
 .AnyTagClassName
 {
   color: #3C87D5;
 }
</style>

background-color css

<style>
 a { background-color: #3C87D5; }

 a { background-color: rgb(60,135,213); }

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

border-color css

<style>
 span { border-color: #3C87D5; }

 span { border-color: rgb(60,135,213); }

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