Html Css Color HEX #3C7AC1 Curious Blue

📋 copy color: '#3C7AC1'

red 60 ◦ green 122 ◦ blue 193

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

Shades of Curious Blue #3C7AC1

Tints of Curious Blue #3C7AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

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

R = 16%
G = 32.53%
B = 51.47%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C7AC1 (or 0x3C7AC1) is known color: Curious Blue. HEX triplet: 3C, 7A and C1. RGB value is (60,122,193). Sum of RGB (Red+Green+Blue) = 60+122+193=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C7AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7AC1 is #C3853E. Grayscale: #6F6F6F. Windows color (decimal): -12813631 or 12679740. OLE color: 12679740.

HSL color Cylindrical-coordinate representation of color #3C7AC1: hue angle of 212.03º 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 #3C7AC1 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 122 193 -
CMYK 0.69 0.37 0 0.24
HSL 212.03º 0.53% 0.5% -
HSV(B) 212.03º 0.69% 0.76% -
XYZ 18.45 18.73 53.09 -
YUV 111.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 60 122 193 0.69 0.37 0 0.24 212.03 0.53 0.5
Hex 3C 7A C1 45 25 0 18 D4 35 32
Octal 74 172 301 105 45 0 30 324 65 62
Binary 111100 1111010 11000001 1000101 100101 0 11000 11010100 110101 110010

Color Harmonies of #3C7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7AC1

Black with #3C7AC1

Text Example


Text Example

White with #3C7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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