Html Css Color HEX #3B83AB Curious Blue

📋 copy color: '#3B83AB'

red 59 ◦ green 131 ◦ blue 171

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

Shades of Curious Blue #3B83AB

Tints of Curious Blue #3B83AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 16.34%
G = 36.29%
B = 47.37%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B83AB (or 0x3B83AB) is known color: Curious Blue. HEX triplet: 3B, 83 and AB. RGB value is (59,131,171). Sum of RGB (Red+Green+Blue) = 59+131+171=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B83AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B83AB is #C47C54. Grayscale: #717171. Windows color (decimal): -12876885 or 11240251. OLE color: 11240251.

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

Color convert

RGB 59 131 171 -
CMYK 0.65 0.23 0 0.33
HSL 201.43º 0.49% 0.45% -
HSV(B) 201.43º 0.65% 0.67% -
XYZ 17.27 20.1 41.5 -
YUV 114.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 59 131 171 0.65 0.23 0 0.33 201.43 0.49 0.45
Hex 3B 83 AB 41 17 0 21 C9 31 2D
Octal 73 203 253 101 27 0 41 311 61 55
Binary 111011 10000011 10101011 1000001 10111 0 100001 11001001 110001 101101

Color Harmonies of #3B83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B83AB

Black with #3B83AB

Text Example


Text Example

White with #3B83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,131,171); }

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

background-color css

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

 a { background-color: rgb(59,131,171); }

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

border-color css

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

 span { border-color: rgb(59,131,171); }

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