Html Css Color HEX #3C7FC4 Curious Blue

📋 copy color: '#3C7FC4'

red 60 ◦ green 127 ◦ blue 196

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

Shades of Curious Blue #3C7FC4

Tints of Curious Blue #3C7FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.17%

R = 15.67%
G = 33.16%
B = 51.17%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3C7FC4 (or 0x3C7FC4) is known color: Curious Blue. HEX triplet: 3C, 7F and C4. RGB value is (60,127,196). Sum of RGB (Red+Green+Blue) = 60+127+196=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C7FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7FC4 is #C3803B. Grayscale: #727272. Windows color (decimal): -12812348 or 12877628. OLE color: 12877628.

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

Color convert

RGB 60 127 196 -
CMYK 0.69 0.35 0 0.23
HSL 210.44º 0.54% 0.5% -
HSV(B) 210.44º 0.69% 0.77% -
XYZ 19.42 20.12 55.09 -
YUV 114.83 173.8 88.89 -
System Red Green Blue C M Y K H S L
Decimal 60 127 196 0.69 0.35 0 0.23 210.44 0.54 0.5
Hex 3C 7F C4 45 23 0 17 D2 36 32
Octal 74 177 304 105 43 0 27 322 66 62
Binary 111100 1111111 11000100 1000101 100011 0 10111 11010010 110110 110010

Color Harmonies of #3C7FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7FC4

Black with #3C7FC4

Text Example


Text Example

White with #3C7FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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