Html Css Color HEX #3B82BC Curious Blue

📋 copy color: '#3B82BC'

red 59 ◦ green 130 ◦ blue 188

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

Shades of Curious Blue #3B82BC

Tints of Curious Blue #3B82BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 15.65%
G = 34.48%
B = 49.87%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B82BC (or 0x3B82BC) is known color: Curious Blue. HEX triplet: 3B, 82 and BC. RGB value is (59,130,188). Sum of RGB (Red+Green+Blue) = 59+130+188=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B82BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B82BC is #C47D43. Grayscale: #737373. Windows color (decimal): -12877124 or 12354107. OLE color: 12354107.

HSL color Cylindrical-coordinate representation of color #3B82BC: hue angle of 206.98º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B82BC is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 130 188 -
CMYK 0.69 0.31 0 0.26
HSL 206.98º 0.52% 0.48% -
HSV(B) 206.98º 0.69% 0.74% -
XYZ 18.86 20.53 50.54 -
YUV 115.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 59 130 188 0.69 0.31 0 0.26 206.98 0.52 0.48
Hex 3B 82 BC 45 1F 0 1A CF 34 30
Octal 73 202 274 105 37 0 32 317 64 60
Binary 111011 10000010 10111100 1000101 11111 0 11010 11001111 110100 110000

Color Harmonies of #3B82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B82BC

Black with #3B82BC

Text Example


Text Example

White with #3B82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,130,188); }

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

background-color css

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

 a { background-color: rgb(59,130,188); }

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

border-color css

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

 span { border-color: rgb(59,130,188); }

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