Html Css Color HEX #3C7ABF Curious Blue

📋 copy color: '#3C7ABF'

red 60 ◦ green 122 ◦ blue 191

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

Shades of Curious Blue #3C7ABF

Tints of Curious Blue #3C7ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 16.09%
G = 32.71%
B = 51.21%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C7ABF (or 0x3C7ABF) is known color: Curious Blue. HEX triplet: 3C, 7A and BF. RGB value is (60,122,191). Sum of RGB (Red+Green+Blue) = 60+122+191=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C7ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ABF is #C38540. Grayscale: #6E6E6E. Windows color (decimal): -12813633 or 12548668. OLE color: 12548668.

HSL color Cylindrical-coordinate representation of color #3C7ABF: hue angle of 211.6º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C7ABF is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 122 191 -
CMYK 0.69 0.36 0 0.25
HSL 211.6º 0.52% 0.49% -
HSV(B) 211.6º 0.69% 0.75% -
XYZ 18.23 18.64 51.93 -
YUV 111.33 172.96 91.39 -
System Red Green Blue C M Y K H S L
Decimal 60 122 191 0.69 0.36 0 0.25 211.6 0.52 0.49
Hex 3C 7A BF 45 24 0 19 D4 34 31
Octal 74 172 277 105 44 0 31 324 64 61
Binary 111100 1111010 10111111 1000101 100100 0 11001 11010100 110100 110001

Color Harmonies of #3C7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7ABF

Black with #3C7ABF

Text Example


Text Example

White with #3C7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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