Html Css Color HEX #3B7DAC Curious Blue

📋 copy color: '#3B7DAC'

red 59 ◦ green 125 ◦ blue 172

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

Shades of Curious Blue #3B7DAC

Tints of Curious Blue #3B7DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 16.57%
G = 35.11%
B = 48.31%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B7DAC (or 0x3B7DAC) is known color: Curious Blue. HEX triplet: 3B, 7D and AC. RGB value is (59,125,172). Sum of RGB (Red+Green+Blue) = 59+125+172=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7DAC is #C48253. Grayscale: #6E6E6E. Windows color (decimal): -12878420 or 11304251. OLE color: 11304251.

HSL color Cylindrical-coordinate representation of color #3B7DAC: hue angle of 204.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B7DAC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 125 172 -
CMYK 0.66 0.27 0 0.33
HSL 204.96º 0.49% 0.45% -
HSV(B) 204.96º 0.66% 0.67% -
XYZ 16.58 18.58 41.74 -
YUV 110.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 59 125 172 0.66 0.27 0 0.33 204.96 0.49 0.45
Hex 3B 7D AC 42 1B 0 21 CD 31 2D
Octal 73 175 254 102 33 0 41 315 61 55
Binary 111011 1111101 10101100 1000010 11011 0 100001 11001101 110001 101101

Color Harmonies of #3B7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7DAC

Black with #3B7DAC

Text Example


Text Example

White with #3B7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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