Html Css Color HEX #3C95C5 Curious Blue

📋 copy color: '#3C95C5'

red 60 ◦ green 149 ◦ blue 197

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

Shades of Curious Blue #3C95C5

Tints of Curious Blue #3C95C5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 14.78%
G = 36.7%
B = 48.52%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3C95C5 (or 0x3C95C5) is known color: Curious Blue. HEX triplet: 3C, 95 and C5. RGB value is (60,149,197). Sum of RGB (Red+Green+Blue) = 60+149+197=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #3C95C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C95C5 is #C36A3A. Grayscale: #7F7F7F. Windows color (decimal): -12806715 or 12948796. OLE color: 12948796.

HSL color Cylindrical-coordinate representation of color #3C95C5: hue angle of 201.02º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C95C5 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 149 197 -
CMYK 0.70 0.24 0 0.23
HSL 201.02º 0.54% 0.5% -
HSV(B) 201.02º 0.7% 0.77% -
XYZ 22.69 26.49 56.74 -
YUV 127.86 167.01 79.6 -
System Red Green Blue C M Y K H S L
Decimal 60 149 197 0.70 0.24 0 0.23 201.02 0.54 0.5
Hex 3C 95 C5 46 18 0 17 C9 36 32
Octal 74 225 305 106 30 0 27 311 66 62
Binary 111100 10010101 11000101 1000110 11000 0 10111 11001001 110110 110010

Color Harmonies of #3C95C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C95C5

Black with #3C95C5

Text Example


Text Example

White with #3C95C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,197); }

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

background-color css

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

 a { background-color: rgb(60,149,197); }

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

border-color css

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

 span { border-color: rgb(60,149,197); }

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