Html Css Color HEX #3C8ABC Curious Blue

📋 copy color: '#3C8ABC'

red 60 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #3C8ABC

Tints of Curious Blue #3C8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 15.54%
G = 35.75%
B = 48.7%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C8ABC (or 0x3C8ABC) is known color: Curious Blue. HEX triplet: 3C, 8A and BC. RGB value is (60,138,188). Sum of RGB (Red+Green+Blue) = 60+138+188=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ABC is #C37543. Grayscale: #787878. Windows color (decimal): -12809540 or 12356156. OLE color: 12356156.

HSL color Cylindrical-coordinate representation of color #3C8ABC: hue angle of 203.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8ABC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 138 188 -
CMYK 0.68 0.27 0 0.26
HSL 203.44º 0.52% 0.49% -
HSV(B) 203.44º 0.68% 0.74% -
XYZ 20.03 22.77 50.92 -
YUV 120.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 60 138 188 0.68 0.27 0 0.26 203.44 0.52 0.49
Hex 3C 8A BC 44 1B 0 1A CB 34 31
Octal 74 212 274 104 33 0 32 313 64 61
Binary 111100 10001010 10111100 1000100 11011 0 11010 11001011 110100 110001

Color Harmonies of #3C8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8ABC

Black with #3C8ABC

Text Example


Text Example

White with #3C8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,188); }

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

background-color css

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

 a { background-color: rgb(60,138,188); }

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

border-color css

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

 span { border-color: rgb(60,138,188); }

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