Html Css Color HEX #3C7ACF Curious Blue

📋 copy color: '#3C7ACF'

red 60 ◦ green 122 ◦ blue 207

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

Shades of Curious Blue #3C7ACF

Tints of Curious Blue #3C7ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 15.42%
G = 31.36%
B = 53.21%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C7ACF (or 0x3C7ACF) is known color: Curious Blue. HEX triplet: 3C, 7A and CF. RGB value is (60,122,207). Sum of RGB (Red+Green+Blue) = 60+122+207=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ACF is #C38530. Grayscale: #707070. Windows color (decimal): -12813617 or 13597244. OLE color: 13597244.

HSL color Cylindrical-coordinate representation of color #3C7ACF: hue angle of 214.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C7ACF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 122 207 -
CMYK 0.71 0.41 0 0.19
HSL 214.69º 0.6% 0.52% -
HSV(B) 214.69º 0.71% 0.81% -
XYZ 20.09 19.38 61.71 -
YUV 113.15 180.96 90.09 -
System Red Green Blue C M Y K H S L
Decimal 60 122 207 0.71 0.41 0 0.19 214.69 0.6 0.52
Hex 3C 7A CF 47 29 0 13 D7 3C 34
Octal 74 172 317 107 51 0 23 327 74 64
Binary 111100 1111010 11001111 1000111 101001 0 10011 11010111 111100 110100

Color Harmonies of #3C7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7ACF

Black with #3C7ACF

Text Example


Text Example

White with #3C7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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