Html Css Color HEX #3B7FBC Curious Blue

📋 copy color: '#3B7FBC'

red 59 ◦ green 127 ◦ blue 188

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

Shades of Curious Blue #3B7FBC

Tints of Curious Blue #3B7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

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

R = 15.78%
G = 33.96%
B = 50.27%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B7FBC (or 0x3B7FBC) is known color: Curious Blue. HEX triplet: 3B, 7F and BC. RGB value is (59,127,188). Sum of RGB (Red+Green+Blue) = 59+127+188=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FBC is #C48043. Grayscale: #717171. Windows color (decimal): -12877892 or 12353339. OLE color: 12353339.

HSL color Cylindrical-coordinate representation of color #3B7FBC: hue angle of 208.37º 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 #3B7FBC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 127 188 -
CMYK 0.69 0.32 0 0.26
HSL 208.37º 0.52% 0.48% -
HSV(B) 208.37º 0.69% 0.74% -
XYZ 18.47 19.74 50.41 -
YUV 113.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 59 127 188 0.69 0.32 0 0.26 208.37 0.52 0.48
Hex 3B 7F BC 45 20 0 1A D0 34 30
Octal 73 177 274 105 40 0 32 320 64 60
Binary 111011 1111111 10111100 1000101 100000 0 11010 11010000 110100 110000

Color Harmonies of #3B7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7FBC

Black with #3B7FBC

Text Example


Text Example

White with #3B7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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