Html Css Color HEX #3C8CBC Curious Blue

📋 copy color: '#3C8CBC'

red 60 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #3C8CBC

Tints of Curious Blue #3C8CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 15.46%
G = 36.08%
B = 48.45%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C8CBC (or 0x3C8CBC) is known color: Curious Blue. HEX triplet: 3C, 8C and BC. RGB value is (60,140,188). Sum of RGB (Red+Green+Blue) = 60+140+188=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CBC is #C37343. Grayscale: #797979. Windows color (decimal): -12809028 or 12356668. OLE color: 12356668.

HSL color Cylindrical-coordinate representation of color #3C8CBC: hue angle of 202.5º 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 #3C8CBC is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 140 188 -
CMYK 0.68 0.26 0 0.26
HSL 202.5º 0.52% 0.49% -
HSV(B) 202.5º 0.68% 0.74% -
XYZ 20.32 23.35 51.01 -
YUV 121.55 165.5 84.1 -
System Red Green Blue C M Y K H S L
Decimal 60 140 188 0.68 0.26 0 0.26 202.5 0.52 0.49
Hex 3C 8C BC 44 1A 0 1A CA 34 31
Octal 74 214 274 104 32 0 32 312 64 61
Binary 111100 10001100 10111100 1000100 11010 0 11010 11001010 110100 110001

Color Harmonies of #3C8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8CBC

Black with #3C8CBC

Text Example


Text Example

White with #3C8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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