Html Css Color HEX #3881AA Curious Blue

📋 copy color: '#3881AA'

red 56 ◦ green 129 ◦ blue 170

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

Shades of Curious Blue #3881AA

Tints of Curious Blue #3881AA

RGB

 RED value IS 56 (22.27% from 255) = 15.77%

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

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

R = 15.77%
G = 36.34%
B = 47.89%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3881AA (or 0x3881AA) is known color: Curious Blue. HEX triplet: 38, 81 and AA. RGB value is (56,129,170). Sum of RGB (Red+Green+Blue) = 56+129+170=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3881AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3881AA is #C77E55. Grayscale: #6F6F6F. Windows color (decimal): -13074006 or 11174200. OLE color: 11174200.

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

Color convert

RGB 56 129 170 -
CMYK 0.67 0.24 0 0.33
HSL 201.58º 0.5% 0.44% -
HSV(B) 201.58º 0.67% 0.67% -
XYZ 16.74 19.44 40.9 -
YUV 111.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 56 129 170 0.67 0.24 0 0.33 201.58 0.5 0.44
Hex 38 81 AA 43 18 0 21 CA 32 2C
Octal 70 201 252 103 30 0 41 312 62 54
Binary 111000 10000001 10101010 1000011 11000 0 100001 11001010 110010 101100

Color Harmonies of #3881AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3881AA

Black with #3881AA

Text Example


Text Example

White with #3881AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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