Html Css Color HEX #3B7DB6 Curious Blue

📋 copy color: '#3B7DB6'

red 59 ◦ green 125 ◦ blue 182

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

Shades of Curious Blue #3B7DB6

Tints of Curious Blue #3B7DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 182 (71.48% from 255) = 49.73%

R = 16.12%
G = 34.15%
B = 49.73%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3B7DB6 (or 0x3B7DB6) is known color: Curious Blue. HEX triplet: 3B, 7D and B6. RGB value is (59,125,182). Sum of RGB (Red+Green+Blue) = 59+125+182=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B7DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DB6 is #C48249. Grayscale: #6F6F6F. Windows color (decimal): -12878410 or 11959611. OLE color: 11959611.

HSL color Cylindrical-coordinate representation of color #3B7DB6: hue angle of 207.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B7DB6 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 125 182 -
CMYK 0.68 0.31 0 0.29
HSL 207.8º 0.51% 0.47% -
HSV(B) 207.8º 0.68% 0.71% -
XYZ 17.58 18.97 46.99 -
YUV 111.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 59 125 182 0.68 0.31 0 0.29 207.8 0.51 0.47
Hex 3B 7D B6 44 1F 0 1D D0 33 2F
Octal 73 175 266 104 37 0 35 320 63 57
Binary 111011 1111101 10110110 1000100 11111 0 11101 11010000 110011 101111

Color Harmonies of #3B7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7DB6

Black with #3B7DB6

Text Example


Text Example

White with #3B7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,125,182); }

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

background-color css

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

 a { background-color: rgb(59,125,182); }

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

border-color css

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

 span { border-color: rgb(59,125,182); }

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