Html Css Color HEX #3B84BB Curious Blue

📋 copy color: '#3B84BB'

red 59 ◦ green 132 ◦ blue 187

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

Shades of Curious Blue #3B84BB

Tints of Curious Blue #3B84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 15.61%
G = 34.92%
B = 49.47%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B84BB (or 0x3B84BB) is known color: Curious Blue. HEX triplet: 3B, 84 and BB. RGB value is (59,132,187). Sum of RGB (Red+Green+Blue) = 59+132+187=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B84BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84BB is #C47B44. Grayscale: #747474. Windows color (decimal): -12876613 or 12289083. OLE color: 12289083.

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

Color convert

RGB 59 132 187 -
CMYK 0.68 0.29 0 0.27
HSL 205.78º 0.52% 0.48% -
HSV(B) 205.78º 0.68% 0.73% -
XYZ 19.02 21.02 50.07 -
YUV 116.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 59 132 187 0.68 0.29 0 0.27 205.78 0.52 0.48
Hex 3B 84 BB 44 1D 0 1B CE 34 30
Octal 73 204 273 104 35 0 33 316 64 60
Binary 111011 10000100 10111011 1000100 11101 0 11011 11001110 110100 110000

Color Harmonies of #3B84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B84BB

Black with #3B84BB

Text Example


Text Example

White with #3B84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,132,187); }

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

background-color css

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

 a { background-color: rgb(59,132,187); }

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

border-color css

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

 span { border-color: rgb(59,132,187); }

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