Html Css Color HEX #3C7ACA Curious Blue

📋 copy color: '#3C7ACA'

red 60 ◦ green 122 ◦ blue 202

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

Shades of Curious Blue #3C7ACA

Tints of Curious Blue #3C7ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 15.63%
G = 31.77%
B = 52.6%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C7ACA (or 0x3C7ACA) is known color: Curious Blue. HEX triplet: 3C, 7A and CA. RGB value is (60,122,202). Sum of RGB (Red+Green+Blue) = 60+122+202=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C7ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ACA is #C38535. Grayscale: #707070. Windows color (decimal): -12813622 or 13269564. OLE color: 13269564.

HSL color Cylindrical-coordinate representation of color #3C7ACA: hue angle of 213.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C7ACA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 122 202 -
CMYK 0.70 0.40 0 0.21
HSL 213.8º 0.57% 0.51% -
HSV(B) 213.8º 0.7% 0.79% -
XYZ 19.48 19.14 58.55 -
YUV 112.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 60 122 202 0.70 0.40 0 0.21 213.8 0.57 0.51
Hex 3C 7A CA 46 28 0 15 D6 39 33
Octal 74 172 312 106 50 0 25 326 71 63
Binary 111100 1111010 11001010 1000110 101000 0 10101 11010110 111001 110011

Color Harmonies of #3C7ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7ACA

Black with #3C7ACA

Text Example


Text Example

White with #3C7ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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