Html Css Color HEX #3A87BE Curious Blue

📋 copy color: '#3A87BE'

red 58 ◦ green 135 ◦ blue 190

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

Shades of Curious Blue #3A87BE

Tints of Curious Blue #3A87BE

RGB

 RED value IS 58 (23.05% from 255) = 15.14%

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 15.14%
G = 35.25%
B = 49.61%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A87BE (or 0x3A87BE) is known color: Curious Blue. HEX triplet: 3A, 87 and BE. RGB value is (58,135,190). Sum of RGB (Red+Green+Blue) = 58+135+190=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A87BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A87BE is #C57841. Grayscale: #757575. Windows color (decimal): -12941378 or 12486458. OLE color: 12486458.

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

Color convert

RGB 58 135 190 -
CMYK 0.69 0.29 0 0.25
HSL 205º 0.53% 0.49% -
HSV(B) 205º 0.69% 0.75% -
XYZ 19.7 21.95 51.91 -
YUV 118.25 168.49 85.03 -
System Red Green Blue C M Y K H S L
Decimal 58 135 190 0.69 0.29 0 0.25 205 0.53 0.49
Hex 3A 87 BE 45 1D 0 19 CD 35 31
Octal 72 207 276 105 35 0 31 315 65 61
Binary 111010 10000111 10111110 1000101 11101 0 11001 11001101 110101 110001

Color Harmonies of #3A87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A87BE

Black with #3A87BE

Text Example


Text Example

White with #3A87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,135,190); }

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

background-color css

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

 a { background-color: rgb(58,135,190); }

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

border-color css

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

 span { border-color: rgb(58,135,190); }

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