Html Css Color HEX #3C86AF Curious Blue

📋 copy color: '#3C86AF'

red 60 ◦ green 134 ◦ blue 175

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

Shades of Curious Blue #3C86AF

Tints of Curious Blue #3C86AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 16.26%
G = 36.31%
B = 47.43%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C86AF (or 0x3C86AF) is known color: Curious Blue. HEX triplet: 3C, 86 and AF. RGB value is (60,134,175). Sum of RGB (Red+Green+Blue) = 60+134+175=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C86AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C86AF is #C37950. Grayscale: #747474. Windows color (decimal): -12810577 or 11503164. OLE color: 11503164.

HSL color Cylindrical-coordinate representation of color #3C86AF: hue angle of 201.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C86AF is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 134 175 -
CMYK 0.66 0.23 0 0.31
HSL 201.39º 0.49% 0.46% -
HSV(B) 201.39º 0.66% 0.69% -
XYZ 18.13 21.11 43.68 -
YUV 116.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 60 134 175 0.66 0.23 0 0.31 201.39 0.49 0.46
Hex 3C 86 AF 42 17 0 1F C9 31 2E
Octal 74 206 257 102 27 0 37 311 61 56
Binary 111100 10000110 10101111 1000010 10111 0 11111 11001001 110001 101110

Color Harmonies of #3C86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C86AF

Black with #3C86AF

Text Example


Text Example

White with #3C86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,175); }

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

background-color css

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

 a { background-color: rgb(60,134,175); }

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

border-color css

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

 span { border-color: rgb(60,134,175); }

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