Html Css Color HEX #3C90D5 Curious Blue

📋 copy color: '#3C90D5'

red 60 ◦ green 144 ◦ blue 213

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

Shades of Curious Blue #3C90D5

Tints of Curious Blue #3C90D5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 14.39%
G = 34.53%
B = 51.08%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C90D5 (or 0x3C90D5) is known color: Curious Blue. HEX triplet: 3C, 90 and D5. RGB value is (60,144,213). Sum of RGB (Red+Green+Blue) = 60+144+213=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C90D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C90D5 is #C36F2A. Grayscale: #7E7E7E. Windows color (decimal): -12807979 or 13996092. OLE color: 13996092.

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

Color convert

RGB 60 144 213 -
CMYK 0.72 0.32 0 0.16
HSL 207.06º 0.65% 0.54% -
HSV(B) 207.06º 0.72% 0.84% -
XYZ 23.85 25.71 66.66 -
YUV 126.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 60 144 213 0.72 0.32 0 0.16 207.06 0.65 0.54
Hex 3C 90 D5 48 20 0 10 CF 41 36
Octal 74 220 325 110 40 0 20 317 101 66
Binary 111100 10010000 11010101 1001000 100000 0 10000 11001111 1000001 110110

Color Harmonies of #3C90D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C90D5

Black with #3C90D5

Text Example


Text Example

White with #3C90D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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