Html Css Color HEX #3C8DDA Curious Blue

📋 copy color: '#3C8DDA'

red 60 ◦ green 141 ◦ blue 218

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

Shades of Curious Blue #3C8DDA

Tints of Curious Blue #3C8DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 14.32%
G = 33.65%
B = 52.03%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C8DDA (or 0x3C8DDA) is known color: Curious Blue. HEX triplet: 3C, 8D and DA. RGB value is (60,141,218). Sum of RGB (Red+Green+Blue) = 60+141+218=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C8DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8DDA is #C37225. Grayscale: #7D7D7D. Windows color (decimal): -12808742 or 14323004. OLE color: 14323004.

HSL color Cylindrical-coordinate representation of color #3C8DDA: hue angle of 209.24º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C8DDA is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 141 218 -
CMYK 0.72 0.35 0 0.15
HSL 209.24º 0.68% 0.55% -
HSV(B) 209.24º 0.72% 0.85% -
XYZ 24.04 25.07 69.9 -
YUV 125.56 180.16 81.24 -
System Red Green Blue C M Y K H S L
Decimal 60 141 218 0.72 0.35 0 0.15 209.24 0.68 0.55
Hex 3C 8D DA 48 23 0 F D1 44 37
Octal 74 215 332 110 43 0 17 321 104 67
Binary 111100 10001101 11011010 1001000 100011 0 1111 11010001 1000100 110111

Color Harmonies of #3C8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8DDA

Black with #3C8DDA

Text Example


Text Example

White with #3C8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,141,218); }

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

background-color css

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

 a { background-color: rgb(60,141,218); }

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

border-color css

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

 span { border-color: rgb(60,141,218); }

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