Html Css Color HEX #3880AA Curious Blue

📋 copy color: '#3880AA'

red 56 ◦ green 128 ◦ blue 170

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

Shades of Curious Blue #3880AA

Tints of Curious Blue #3880AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 15.82%
G = 36.16%
B = 48.02%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3880AA (or 0x3880AA) is known color: Curious Blue. HEX triplet: 38, 80 and AA. RGB value is (56,128,170). Sum of RGB (Red+Green+Blue) = 56+128+170=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 128 (50.39% from 255 or 36.16% 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 #3880AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3880AA is #C77F55. Grayscale: #6F6F6F. Windows color (decimal): -13074262 or 11173944. OLE color: 11173944.

HSL color Cylindrical-coordinate representation of color #3880AA: hue angle of 202.11º 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 #3880AA is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 128 170 -
CMYK 0.67 0.25 0 0.33
HSL 202.11º 0.5% 0.44% -
HSV(B) 202.11º 0.67% 0.67% -
XYZ 16.61 19.18 40.86 -
YUV 111.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 56 128 170 0.67 0.25 0 0.33 202.11 0.5 0.44
Hex 38 80 AA 43 19 0 21 CA 32 2C
Octal 70 200 252 103 31 0 41 312 62 54
Binary 111000 10000000 10101010 1000011 11001 0 100001 11001010 110010 101100

Color Harmonies of #3880AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3880AA

Black with #3880AA

Text Example


Text Example

White with #3880AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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