Html Css Color HEX #3C8FBC Curious Blue

📋 copy color: '#3C8FBC'

red 60 ◦ green 143 ◦ blue 188

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

Shades of Curious Blue #3C8FBC

Tints of Curious Blue #3C8FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

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

R = 15.35%
G = 36.57%
B = 48.08%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C8FBC (or 0x3C8FBC) is known color: Curious Blue. HEX triplet: 3C, 8F and BC. RGB value is (60,143,188). Sum of RGB (Red+Green+Blue) = 60+143+188=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8FBC is #C37043. Grayscale: #7B7B7B. Windows color (decimal): -12808260 or 12357436. OLE color: 12357436.

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

Color convert

RGB 60 143 188 -
CMYK 0.68 0.24 0 0.26
HSL 201.09º 0.52% 0.49% -
HSV(B) 201.09º 0.68% 0.74% -
XYZ 20.76 24.24 51.16 -
YUV 123.31 164.5 82.84 -
System Red Green Blue C M Y K H S L
Decimal 60 143 188 0.68 0.24 0 0.26 201.09 0.52 0.49
Hex 3C 8F BC 44 18 0 1A C9 34 31
Octal 74 217 274 104 30 0 32 311 64 61
Binary 111100 10001111 10111100 1000100 11000 0 11010 11001001 110100 110001

Color Harmonies of #3C8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8FBC

Black with #3C8FBC

Text Example


Text Example

White with #3C8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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