Html Css Color HEX #3C8DBD Curious Blue

📋 copy color: '#3C8DBD'

red 60 ◦ green 141 ◦ blue 189

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

Shades of Curious Blue #3C8DBD

Tints of Curious Blue #3C8DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 15.38%
G = 36.15%
B = 48.46%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C8DBD (or 0x3C8DBD) is known color: Curious Blue. HEX triplet: 3C, 8D and BD. RGB value is (60,141,189). Sum of RGB (Red+Green+Blue) = 60+141+189=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8DBD is #C37242. Grayscale: #797979. Windows color (decimal): -12808771 or 12422460. OLE color: 12422460.

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

Color convert

RGB 60 141 189 -
CMYK 0.68 0.25 0 0.26
HSL 202.33º 0.52% 0.49% -
HSV(B) 202.33º 0.68% 0.74% -
XYZ 20.57 23.68 51.63 -
YUV 122.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 60 141 189 0.68 0.25 0 0.26 202.33 0.52 0.49
Hex 3C 8D BD 44 19 0 1A CA 34 31
Octal 74 215 275 104 31 0 32 312 64 61
Binary 111100 10001101 10111101 1000100 11001 0 11010 11001010 110100 110001

Color Harmonies of #3C8DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8DBD

Black with #3C8DBD

Text Example


Text Example

White with #3C8DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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