Html Css Color HEX #3C93BF Curious Blue

📋 copy color: '#3C93BF'

red 60 ◦ green 147 ◦ blue 191

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

Shades of Curious Blue #3C93BF

Tints of Curious Blue #3C93BF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 15.08%
G = 36.93%
B = 47.99%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C93BF (or 0x3C93BF) is known color: Curious Blue. HEX triplet: 3C, 93 and BF. RGB value is (60,147,191). Sum of RGB (Red+Green+Blue) = 60+147+191=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C93BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C93BF is #C36C40. Grayscale: #7D7D7D. Windows color (decimal): -12807233 or 12555068. OLE color: 12555068.

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

Color convert

RGB 60 147 191 -
CMYK 0.69 0.23 0 0.25
HSL 200.15º 0.52% 0.49% -
HSV(B) 200.15º 0.69% 0.75% -
XYZ 21.7 25.59 53.09 -
YUV 126 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 60 147 191 0.69 0.23 0 0.25 200.15 0.52 0.49
Hex 3C 93 BF 45 17 0 19 C8 34 31
Octal 74 223 277 105 27 0 31 310 64 61
Binary 111100 10010011 10111111 1000101 10111 0 11001 11001000 110100 110001

Color Harmonies of #3C93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C93BF

Black with #3C93BF

Text Example


Text Example

White with #3C93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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