Html Css Color HEX #3C8CBE Curious Blue

📋 copy color: '#3C8CBE'

red 60 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #3C8CBE

Tints of Curious Blue #3C8CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 15.38%
G = 35.9%
B = 48.72%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C8CBE (or 0x3C8CBE) is known color: Curious Blue. HEX triplet: 3C, 8C and BE. RGB value is (60,140,190). Sum of RGB (Red+Green+Blue) = 60+140+190=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CBE is #C37341. Grayscale: #797979. Windows color (decimal): -12809026 or 12487740. OLE color: 12487740.

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

Color convert

RGB 60 140 190 -
CMYK 0.68 0.26 0 0.25
HSL 203.08º 0.52% 0.49% -
HSV(B) 203.08º 0.68% 0.75% -
XYZ 20.54 23.43 52.16 -
YUV 121.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 60 140 190 0.68 0.26 0 0.25 203.08 0.52 0.49
Hex 3C 8C BE 44 1A 0 19 CB 34 31
Octal 74 214 276 104 32 0 31 313 64 61
Binary 111100 10001100 10111110 1000100 11010 0 11001 11001011 110100 110001

Color Harmonies of #3C8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8CBE

Black with #3C8CBE

Text Example


Text Example

White with #3C8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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