Html Css Color HEX #3C85D5 Curious Blue

📋 copy color: '#3C85D5'

red 60 ◦ green 133 ◦ blue 213

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

Shades of Curious Blue #3C85D5

Tints of Curious Blue #3C85D5

RGB

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

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

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

R = 14.78%
G = 32.76%
B = 52.46%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C85D5 (or 0x3C85D5) is known color: Curious Blue. HEX triplet: 3C, 85 and D5. RGB value is (60,133,213). Sum of RGB (Red+Green+Blue) = 60+133+213=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C85D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C85D5 is #C37A2A. Grayscale: #777777. Windows color (decimal): -12810795 or 13993276. OLE color: 13993276.

HSL color Cylindrical-coordinate representation of color #3C85D5: hue angle of 211.37º 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 #3C85D5 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 133 213 -
CMYK 0.72 0.38 0 0.16
HSL 211.37º 0.65% 0.54% -
HSV(B) 211.37º 0.72% 0.84% -
XYZ 22.26 22.54 66.13 -
YUV 120.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 60 133 213 0.72 0.38 0 0.16 211.37 0.65 0.54
Hex 3C 85 D5 48 26 0 10 D3 41 36
Octal 74 205 325 110 46 0 20 323 101 66
Binary 111100 10000101 11010101 1001000 100110 0 10000 11010011 1000001 110110

Color Harmonies of #3C85D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C85D5

Black with #3C85D5

Text Example


Text Example

White with #3C85D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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