Html Css Color HEX #3C7DBF Curious Blue

📋 copy color: '#3C7DBF'

red 60 ◦ green 125 ◦ blue 191

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

Shades of Curious Blue #3C7DBF

Tints of Curious Blue #3C7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

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

R = 15.96%
G = 33.24%
B = 50.8%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C7DBF (or 0x3C7DBF) is known color: Curious Blue. HEX triplet: 3C, 7D and BF. RGB value is (60,125,191). Sum of RGB (Red+Green+Blue) = 60+125+191=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DBF is #C38240. Grayscale: #707070. Windows color (decimal): -12812865 or 12549436. OLE color: 12549436.

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

Color convert

RGB 60 125 191 -
CMYK 0.69 0.35 0 0.25
HSL 210.23º 0.52% 0.49% -
HSV(B) 210.23º 0.69% 0.75% -
XYZ 18.6 19.39 52.05 -
YUV 113.09 171.97 90.13 -
System Red Green Blue C M Y K H S L
Decimal 60 125 191 0.69 0.35 0 0.25 210.23 0.52 0.49
Hex 3C 7D BF 45 23 0 19 D2 34 31
Octal 74 175 277 105 43 0 31 322 64 61
Binary 111100 1111101 10111111 1000101 100011 0 11001 11010010 110100 110001

Color Harmonies of #3C7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DBF

Black with #3C7DBF

Text Example


Text Example

White with #3C7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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