Html Css Color HEX #3B7DB9 Curious Blue

📋 copy color: '#3B7DB9'

red 59 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #3B7DB9

Tints of Curious Blue #3B7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.14%

R = 15.99%
G = 33.88%
B = 50.14%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B7DB9 (or 0x3B7DB9) is known color: Curious Blue. HEX triplet: 3B, 7D and B9. RGB value is (59,125,185). Sum of RGB (Red+Green+Blue) = 59+125+185=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #3B7DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DB9 is #C48246. Grayscale: #6F6F6F. Windows color (decimal): -12878407 or 12156219. OLE color: 12156219.

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

Color convert

RGB 59 125 185 -
CMYK 0.68 0.32 0 0.27
HSL 208.57º 0.52% 0.48% -
HSV(B) 208.57º 0.68% 0.73% -
XYZ 17.89 19.1 48.64 -
YUV 112.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 59 125 185 0.68 0.32 0 0.27 208.57 0.52 0.48
Hex 3B 7D B9 44 20 0 1B D1 34 30
Octal 73 175 271 104 40 0 33 321 64 60
Binary 111011 1111101 10111001 1000100 100000 0 11011 11010001 110100 110000

Color Harmonies of #3B7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7DB9

Black with #3B7DB9

Text Example


Text Example

White with #3B7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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