Html Css Color HEX #3C8ABE Curious Blue

📋 copy color: '#3C8ABE'

red 60 ◦ green 138 ◦ blue 190

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

Shades of Curious Blue #3C8ABE

Tints of Curious Blue #3C8ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

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

R = 15.46%
G = 35.57%
B = 48.97%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C8ABE (or 0x3C8ABE) is known color: Curious Blue. HEX triplet: 3C, 8A and BE. RGB value is (60,138,190). Sum of RGB (Red+Green+Blue) = 60+138+190=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C8ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ABE is #C37541. Grayscale: #787878. Windows color (decimal): -12809538 or 12487228. OLE color: 12487228.

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

Color convert

RGB 60 138 190 -
CMYK 0.68 0.27 0 0.25
HSL 204º 0.52% 0.49% -
HSV(B) 204º 0.68% 0.75% -
XYZ 20.25 22.86 52.06 -
YUV 120.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 60 138 190 0.68 0.27 0 0.25 204 0.52 0.49
Hex 3C 8A BE 44 1B 0 19 CC 34 31
Octal 74 212 276 104 33 0 31 314 64 61
Binary 111100 10001010 10111110 1000100 11011 0 11001 11001100 110100 110001

Color Harmonies of #3C8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8ABE

Black with #3C8ABE

Text Example


Text Example

White with #3C8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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