Html Css Color HEX #3781AA Curious Blue

📋 copy color: '#3781AA'

red 55 ◦ green 129 ◦ blue 170

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

Shades of Curious Blue #3781AA

Tints of Curious Blue #3781AA

RGB

 RED value IS 55 (21.88% from 255) = 15.54%

 GREEN value IS 129 (50.78% from 255) = 36.44%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 15.54%
G = 36.44%
B = 48.02%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3781AA (or 0x3781AA) is known color: Curious Blue. HEX triplet: 37, 81 and AA. RGB value is (55,129,170). Sum of RGB (Red+Green+Blue) = 55+129+170=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #3781AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3781AA is #C87E55. Grayscale: #6F6F6F. Windows color (decimal): -13139542 or 11174199. OLE color: 11174199.

HSL color Cylindrical-coordinate representation of color #3781AA: hue angle of 201.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3781AA is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 129 170 -
CMYK 0.68 0.24 0 0.33
HSL 201.39º 0.51% 0.44% -
HSV(B) 201.39º 0.68% 0.67% -
XYZ 16.68 19.42 40.9 -
YUV 111.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 55 129 170 0.68 0.24 0 0.33 201.39 0.51 0.44
Hex 37 81 AA 44 18 0 21 C9 33 2C
Octal 67 201 252 104 30 0 41 311 63 54
Binary 110111 10000001 10101010 1000100 11000 0 100001 11001001 110011 101100

Color Harmonies of #3781AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3781AA

Black with #3781AA

Text Example


Text Example

White with #3781AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3781AA; }

 p { color: rgb(55,129,170); }

 H1.HeaderClassName
 {
   color: #3781AA;
 }
 .AnyTagClassName
 {
   color: #3781AA;
 }
</style>

background-color css

<style>
 a { background-color: #3781AA; }

 a { background-color: rgb(55,129,170); }

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

border-color css

<style>
 span { border-color: #3781AA; }

 span { border-color: rgb(55,129,170); }

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