Html Css Color HEX #3C7FC1 Curious Blue

📋 copy color: '#3C7FC1'

red 60 ◦ green 127 ◦ blue 193

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

Shades of Curious Blue #3C7FC1

Tints of Curious Blue #3C7FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 15.79%
G = 33.42%
B = 50.79%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C7FC1 (or 0x3C7FC1) is known color: Curious Blue. HEX triplet: 3C, 7F and C1. RGB value is (60,127,193). Sum of RGB (Red+Green+Blue) = 60+127+193=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C7FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7FC1 is #C3803E. Grayscale: #727272. Windows color (decimal): -12812351 or 12681020. OLE color: 12681020.

HSL color Cylindrical-coordinate representation of color #3C7FC1: hue angle of 209.77º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C7FC1 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 127 193 -
CMYK 0.69 0.34 0 0.24
HSL 209.77º 0.53% 0.5% -
HSV(B) 209.77º 0.69% 0.76% -
XYZ 19.08 19.99 53.3 -
YUV 114.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 60 127 193 0.69 0.34 0 0.24 209.77 0.53 0.5
Hex 3C 7F C1 45 22 0 18 D2 35 32
Octal 74 177 301 105 42 0 30 322 65 62
Binary 111100 1111111 11000001 1000101 100010 0 11000 11010010 110101 110010

Color Harmonies of #3C7FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7FC1

Black with #3C7FC1

Text Example


Text Example

White with #3C7FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,127,193); }

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

background-color css

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

 a { background-color: rgb(60,127,193); }

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

border-color css

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

 span { border-color: rgb(60,127,193); }

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