Html Css Color HEX #3B87BA Curious Blue

📋 copy color: '#3B87BA'

red 59 ◦ green 135 ◦ blue 186

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

Shades of Curious Blue #3B87BA

Tints of Curious Blue #3B87BA

RGB

 RED value IS 59 (23.44% from 255) = 15.53%

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 15.53%
G = 35.53%
B = 48.95%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B87BA (or 0x3B87BA) is known color: Curious Blue. HEX triplet: 3B, 87 and BA. RGB value is (59,135,186). Sum of RGB (Red+Green+Blue) = 59+135+186=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B87BA is #C47845. Grayscale: #757575. Windows color (decimal): -12875846 or 12224315. OLE color: 12224315.

HSL color Cylindrical-coordinate representation of color #3B87BA: hue angle of 204.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B87BA is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 135 186 -
CMYK 0.68 0.27 0 0.27
HSL 204.09º 0.52% 0.48% -
HSV(B) 204.09º 0.68% 0.73% -
XYZ 19.33 21.8 49.64 -
YUV 118.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 59 135 186 0.68 0.27 0 0.27 204.09 0.52 0.48
Hex 3B 87 BA 44 1B 0 1B CC 34 30
Octal 73 207 272 104 33 0 33 314 64 60
Binary 111011 10000111 10111010 1000100 11011 0 11011 11001100 110100 110000

Color Harmonies of #3B87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B87BA

Black with #3B87BA

Text Example


Text Example

White with #3B87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,135,186); }

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

background-color css

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

 a { background-color: rgb(59,135,186); }

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

border-color css

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

 span { border-color: rgb(59,135,186); }

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